File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ARG BASE_IMAGE
2626ARG TRITONSDK_BASE_IMAGE
2727
2828# DCGM version to install for Model Analyzer
29- ENV DCGM_VERSION=3.2 .6
29+ ENV DCGM_VERSION=3.3 .6
3030
3131# Ensure apt-get won't prompt for selecting options
3232ENV DEBIAN_FRONTEND=noninteractive
@@ -41,7 +41,7 @@ RUN mkdir -p /opt/triton-model-analyzer
4141
4242RUN [ "$(uname -m)" != "x86_64" ] && arch="sbsa" || arch="x86_64" && \
4343 curl -o /tmp/cuda-keyring.deb \
44- https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204 /$arch/cuda-keyring_1.0 -1_all.deb && \
44+ https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404 /$arch/cuda-keyring_1.1 -1_all.deb && \
4545 apt-get install /tmp/cuda-keyring.deb && rm /tmp/cuda-keyring.deb && \
4646 apt-get update && apt-get install -y --no-install-recommends software-properties-common && \
4747 apt-get install -y datacenter-gpu-manager=1:${DCGM_VERSION};
You can’t perform that action at this time.
0 commit comments