Skip to content

Commit

Permalink
Fix version of cuda-keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenOman committed May 27, 2024
1 parent fc25d69 commit 3bd684b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-focal
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN case ${TARGETPLATFORM} in \
"linux/x86_64") CUDA_ARCH=x86_64 ;; \
"linux/arm64") CUDA_ARCH=arm64 ;; \
esac && \
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/${CUDA_ARCH}/cuda-keyring_1.0-1_all.deb
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/${CUDA_ARCH}/cuda-keyring_1.0-1_all.deb

RUN dpkg -i cuda-keyring_1.0-1_all.deb

Expand Down

0 comments on commit 3bd684b

Please sign in to comment.