Skip to content

Commit

Permalink
downgrade DCGM version to 2.4.7 (#5860)
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-kmcgill53 committed May 26, 2023
1 parent 2e1bd0f commit 3c4f7cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.sdk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ARG JAVA_BINDINGS_MAVEN_VERSION=3.8.4
ARG JAVA_BINDINGS_JAVACPP_PRESETS_TAG=1.5.8

# DCGM version to install for Model Analyzer
ARG DCGM_VERSION=3.1.8
ARG DCGM_VERSION=2.4.7

ARG NVIDIA_TRITON_SERVER_SDK_VERSION=unknown
ARG NVIDIA_BUILD_ID=unknown
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
'1.15.0', # ORT
'2022.1.0', # ORT OpenVINO
'2022.1.0', # Standalone OpenVINO
'3.1.8', # DCGM version
'2.4.7', # DCGM version
'py310_23.1.0-1') # Conda version.
}

Expand Down

0 comments on commit 3c4f7cb

Please sign in to comment.