We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdebee commit 388fc8eCopy full SHA for 388fc8e
Dockerfile
@@ -42,7 +42,7 @@ RUN mkdir -p /opt/triton-model-analyzer
42
43
RUN [ "$(uname -m)" != "x86_64" ] && arch="sbsa" || arch="x86_64" && \
44
curl -o /tmp/cuda-keyring.deb \
45
- https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/$arch/cuda-keyring_1.0-1_all.deb && \
+ https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/$arch/cuda-keyring_1.0-1_all.deb && \
46
apt-get install /tmp/cuda-keyring.deb && rm /tmp/cuda-keyring.deb && \
47
apt-get update && apt-get install -y --no-install-recommends software-properties-common && \
48
apt-get install -y datacenter-gpu-manager=1:${DCGM_VERSION};
0 commit comments