sudo apt install datacenter-gpu-manager-4-cuda12
The following packages have unmet dependencies:
datacenter-gpu-manager-4-core:amd64 : Depends: libc6:amd64 (>= 2.27) but it is not installable
Depends: lshw:amd64 but it is not installable
Recommends: datacenter-gpu-manager-4-proprietary:amd64 (= 1:4.4.1-1) but it is not going to be installed
DCGM is not officially supported on the DGX Spark
However, for your specific case it looks you are trying to install the amd64 packages instead of the arm packages. Also, DGX Spark uses CUDA 13, not CUDA 12
@mrprao I am not seeing that issue. As @aniculescu mentioned, it seems for some reason it is looking for the amd64 version of the packages which is not correct.
Please run the following commands:
apt policy datacenter-gpu-manager-4-cuda12
apt policy datacenter-gpu-manager-4-cuda13
apt policy datacenter-gpu-manager-4-core
apt policy datacenter-gpu-manager-4-proprietary
Also, as @aniculescu mentioned, DCGM does not support Spark at this time.
DCGM Release Notes — NVIDIA DCGM Documentation latest documentation