Skip to content

Commit 9af209c

Browse files
authored
Merge pull request #362 from NVIDIA/dependabot/docker/base/nvidia/cuda-12.9.1-base-ubuntu20.04
Bump nvidia/cuda from 12.9.0-base-ubuntu20.04 to 12.9.1-base-ubuntu20.04 in /base
2 parents 653215a + 2eaeef2 commit 9af209c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ubuntu 24.04
2-
FROM nvcr.io/nvidia/cuda:12.9.0-base-ubuntu24.04 AS noble
2+
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu24.04 AS noble
33

44
SHELL ["/bin/bash", "-c"]
55

@@ -73,7 +73,7 @@ RUN chmod +x /usr/local/bin/generate-ci-config && \
7373
ENTRYPOINT ["/usr/bin/sleep","1000"]
7474

7575
# Ubuntu 20.04
76-
FROM nvcr.io/nvidia/cuda:12.9.0-base-ubuntu20.04 AS focal
76+
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu20.04 AS focal
7777

7878
SHELL ["/bin/bash", "-c"]
7979

0 commit comments

Comments
 (0)