Skip to content

Commit

Permalink
Bump nvidia/cuda in /base
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and tariq1890 committed Dec 9, 2024
1 parent d14b287 commit e49821d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ubuntu 24.04
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu24.04 AS noble
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubuntu24.04 AS noble

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

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

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

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

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

# Ubuntu 20.04
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu20.04 AS focal
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubuntu20.04 AS focal

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

Expand Down

0 comments on commit e49821d

Please sign in to comment.