Skip to content

Commit 7e32cc7

Browse files
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 fdf0952 commit 7e32cc7

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.6.2-base-ubuntu22.04 as jammy
2+
FROM nvcr.io/nvidia/cuda:12.6.3-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.6.2-base-ubuntu20.04 as focal
37+
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubuntu20.04 as focal
3838

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

0 commit comments

Comments
 (0)