Skip to content

Commit 7011a76

Browse files
authored
Add datacenter-gpu-manager-4-proprietary to CUDA images (#2399)
This package is an optional dependency for `datacenter-gpu-manager-4-core` and is not installed automatically as we run `apt` with `--no-install-recommends`. Required for DCP metrics (`DCGM_FI_PROF_*`). Fixes: #2398
1 parent cbb0cd6 commit 7011a76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/guides/server-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Currently, `dstack` collects the following metrics:
215215

216216
* 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.
217217
On supported cloud backends the required packages are already installed.
218-
If you use SSH fleets, install `datacenter-gpu-manager-4-core` and `datacenter-gpu-manager-exporter`.
218+
If you use SSH fleets, install `datacenter-gpu-manager-4-core`, `datacenter-gpu-manager-4-proprietary` and `datacenter-gpu-manager-exporter`.
219219

220220
## Encryption
221221

scripts/packer/provisioners/cuda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ sudo apt-get update
1818
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
1919
cuda-drivers-$CUDA_DRIVERS_VERSION \
2020
nvidia-fabricmanager-$CUDA_DRIVERS_VERSION \
21-
datacenter-gpu-manager-4-core datacenter-gpu-manager-exporter
21+
datacenter-gpu-manager-4-core datacenter-gpu-manager-4-proprietary datacenter-gpu-manager-exporter
2222
sudo systemctl enable nvidia-fabricmanager

0 commit comments

Comments
 (0)