Skip to content

Commit fb30ace

Browse files
committed
Upgrade DCGM from 2.4.7 to 3.2.6
1 parent f15ceec commit fb30ace

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.sdk

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ARG JAVA_BINDINGS_MAVEN_VERSION=3.8.4
4242
ARG JAVA_BINDINGS_JAVACPP_PRESETS_TAG=1.5.8
4343

4444
# DCGM version to install for Model Analyzer
45-
ARG DCGM_VERSION=2.4.7
45+
ARG DCGM_VERSION=3.2.6
4646

4747
ARG NVIDIA_TRITON_SERVER_SDK_VERSION=unknown
4848
ARG NVIDIA_BUILD_ID=unknown

build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"1.16.0", # ORT
7777
"2023.0.0", # ORT OpenVINO
7878
"2023.0.0", # Standalone OpenVINO
79-
"2.4.7", # DCGM version
79+
"3.2.6", # DCGM version
8080
"py310_23.1.0-1", # Conda version
8181
"0.2.1.post1", # vLLM version
8282
)

0 commit comments

Comments
 (0)