Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/guides/server-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Currently, `dstack` collects the following metrics:

* A fixed subset of NVIDIA GPU metrics from [DCGM Exporter :material-arrow-top-right-thin:{ .external }](https://docs.nvidia.com/datacenter/dcgm/latest/gpu-telemetry/dcgm-exporter.html){:target="_blank"} on supported cloud backends — AWS, Azure, GCP, OCI — and SSH fleets.
On supported cloud backends the required packages are already installed.
If you use SSH fleets, install `datacenter-gpu-manager-4-core` and `datacenter-gpu-manager-exporter`.
If you use SSH fleets, install `datacenter-gpu-manager-4-core`, `datacenter-gpu-manager-4-proprietary` and `datacenter-gpu-manager-exporter`.

## Encryption

Expand Down
2 changes: 1 addition & 1 deletion scripts/packer/provisioners/cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
cuda-drivers-$CUDA_DRIVERS_VERSION \
nvidia-fabricmanager-$CUDA_DRIVERS_VERSION \
datacenter-gpu-manager-4-core datacenter-gpu-manager-exporter
datacenter-gpu-manager-4-core datacenter-gpu-manager-4-proprietary datacenter-gpu-manager-exporter
sudo systemctl enable nvidia-fabricmanager