Skip to content

Commit 388fc8e

Browse files
authored
Update Keyring URL location (#693)
1 parent 6bdebee commit 388fc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN mkdir -p /opt/triton-model-analyzer
4242

4343
RUN [ "$(uname -m)" != "x86_64" ] && arch="sbsa" || arch="x86_64" && \
4444
curl -o /tmp/cuda-keyring.deb \
45-
https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/$arch/cuda-keyring_1.0-1_all.deb && \
45+
https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/$arch/cuda-keyring_1.0-1_all.deb && \
4646
apt-get install /tmp/cuda-keyring.deb && rm /tmp/cuda-keyring.deb && \
4747
apt-get update && apt-get install -y --no-install-recommends software-properties-common && \
4848
apt-get install -y datacenter-gpu-manager=1:${DCGM_VERSION};

0 commit comments

Comments
 (0)