Skip to content

Commit 0eedfa4

Browse files
authored
downgrade DCGM version to 2.4.7 (#5860)
1 parent 75a9254 commit 0eedfa4

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=3.1.8
45+
ARG DCGM_VERSION=2.4.7
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
@@ -73,7 +73,7 @@
7373
'1.15.0', # ORT
7474
'2022.1.0', # ORT OpenVINO
7575
'2022.1.0', # Standalone OpenVINO
76-
'3.1.8', # DCGM version
76+
'2.4.7', # DCGM version
7777
'py310_23.1.0-1') # Conda version.
7878
}
7979

0 commit comments

Comments
 (0)