Skip to content

Commit 45c8844

Browse files
authored
Merge pull request #664 from rahulait/bump-cuda-base
bump cuda base image for precompiled ubuntu24.04
2 parents 5933152 + 619fd79 commit 45c8844

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ubuntu24.04/precompiled/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvcr.io/nvidia/cuda:13.1.1-base-ubuntu24.04
1+
FROM nvcr.io/nvidia/cuda:13.2.0-base-ubuntu24.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

@@ -33,7 +33,7 @@ RUN dpkg --add-architecture i386 && \
3333

3434
# Fetch GPG keys for CUDA repo
3535
RUN apt-key del 3bf863cc && \
36-
rm /etc/apt/sources.list.d/cuda.list && \
36+
rm /etc/apt/sources.list.d/cuda* && \
3737
curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/3bf863cc.pub | gpg --dearmor -o /etc/apt/keyrings/cuda.pub && \
3838
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
3939

0 commit comments

Comments
 (0)