Skip to content

Commit e49821d

Browse files
dependabot[bot]tariq1890
authored andcommitted
Bump nvidia/cuda in /base
Bumps nvidia/cuda from 12.6.2-base-ubuntu20.04 to 12.6.3-base-ubuntu20.04. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d14b287 commit e49821d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

base/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ubuntu 24.04
2-
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu24.04 AS noble
2+
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubuntu24.04 AS noble
33

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

@@ -36,7 +36,7 @@ RUN chmod +x /usr/local/bin/generate-ci-config && \
3636
ENTRYPOINT ["/usr/bin/sleep","1000"]
3737

3838
# Ubuntu 22.04
39-
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu22.04 AS jammy
39+
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubuntu22.04 AS jammy
4040

4141
SHELL ["/bin/bash", "-c"]
4242

@@ -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.6.2-base-ubuntu20.04 AS focal
76+
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubuntu20.04 AS focal
7777

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

0 commit comments

Comments
 (0)