Skip to content

Commit 8ae6c25

Browse files
committed
feat(dcgmi-v4): bump to dcgmi v4 to be compatible with 580 nvidia drivers
1 parent 11e5fa8 commit 8ae6c25

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

test/images/nvidia/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4243
RUN ldconfig
4344

test/images/nvidia/gpu_unit_tests/tests/test_basic.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)