File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ RUN apt update -y \
3737 libhwloc-dev \
3838 freeglut3-dev \
3939 libglu1-mesa-dev \
40- datacenter-gpu-manager
40+ datacenter-gpu-manager-4-cuda12 \
41+ datacenter-gpu-manager-4-cuda13
4142
4243RUN ldconfig
4344
Original file line number Diff line number Diff line change @@ -37,10 +37,5 @@ test_04_dcgm_diagnostics()
3737 fi
3838
3939 # https://docs.nvidia.com/datacenter/dcgm/latest/user-guide/dcgm-diagnostics.html#run-levels-and-tests
40- if [[ $EC2_INSTANCE_TYPE == g* ]]; then
41- # The G series instance don't have nvlink and GPU p2p communication
42- assert_status_code 0 ' dcgmi diag -r "software,memory,memory_bandwidth"'
43- else
44- assert_status_code 0 " dcgmi diag -r 2"
45- fi
40+ assert_status_code 0 " dcgmi diag -r 2"
4641}
You can’t perform that action at this time.
0 commit comments