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 Dec 3, 2024
1 parent 9d90a74 commit 3dafda5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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 @@ -34,7 +34,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 3dafda5

Please sign in to comment.