We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5933152 + 619fd79 commit 45c8844Copy full SHA for 45c8844
1 file changed
ubuntu24.04/precompiled/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nvcr.io/nvidia/cuda:13.1.1-base-ubuntu24.04
+FROM nvcr.io/nvidia/cuda:13.2.0-base-ubuntu24.04
2
3
ENV DEBIAN_FRONTEND=noninteractive
4
@@ -33,7 +33,7 @@ RUN dpkg --add-architecture i386 && \
33
34
# Fetch GPG keys for CUDA repo
35
RUN apt-key del 3bf863cc && \
36
- rm /etc/apt/sources.list.d/cuda.list && \
+ rm /etc/apt/sources.list.d/cuda* && \
37
curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/3bf863cc.pub | gpg --dearmor -o /etc/apt/keyrings/cuda.pub && \
38
echo "deb [signed-by=/etc/apt/keyrings/cuda.pub] https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 /" > /etc/apt/sources.list.d/cuda.list
39
0 commit comments