Skip to content

Commit 9901981

Browse files
authored
Merge pull request NVIDIA#110 from NVIDIA/dependabot/docker/base/nvidia/cuda-12.6.1-base-ubuntu20.04
Bump nvidia/cuda from 12.5.1-base-ubuntu20.04 to 12.6.1-base-ubuntu20.04 in /base
2 parents f8ea6b9 + 06842b0 commit 9901981

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 22.04
2-
FROM nvcr.io/nvidia/cuda:12.5.1-base-ubuntu22.04 as jammy
2+
FROM nvcr.io/nvidia/cuda:12.6.1-base-ubuntu22.04 as jammy
33

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

@@ -34,7 +34,7 @@ RUN chmod +x /usr/local/bin/generate-ci-config && \
3434
ENTRYPOINT ["/usr/bin/sleep","1000"]
3535

3636
# Ubuntu 20.04
37-
FROM nvcr.io/nvidia/cuda:12.5.1-base-ubuntu20.04 as focal
37+
FROM nvcr.io/nvidia/cuda:12.6.1-base-ubuntu20.04 as focal
3838

3939
SHELL ["/bin/bash", "-c"]
4040

0 commit comments

Comments
 (0)