Skip to content

Commit 5e5388d

Browse files
authored
Update base versions (#944)
1 parent cfe0edc commit 5e5388d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ARG BASE_IMAGE
2626
ARG 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
3232
ENV DEBIAN_FRONTEND=noninteractive
@@ -41,7 +41,7 @@ RUN mkdir -p /opt/triton-model-analyzer
4141

4242
RUN [ "$(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};

0 commit comments

Comments
 (0)