From 3bd684bb5fbe74b168f788e1a17a80dac1ec9c5b Mon Sep 17 00:00:00 2001 From: Stephen Oman Date: Mon, 27 May 2024 18:45:40 +0100 Subject: [PATCH] Fix version of cuda-keyring --- docker/Dockerfile-focal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile-focal b/docker/Dockerfile-focal index 9ea42a182..b1ac77344 100644 --- a/docker/Dockerfile-focal +++ b/docker/Dockerfile-focal @@ -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