Skip to content

Commit

Permalink
build(deps): Bump nvidia/cuda in /deploy/docker
Browse files Browse the repository at this point in the history
Bumps nvidia/cuda from 12.6.3-base-ubuntu24.04 to 12.8.0-base-ubuntu24.04.

---
updated-dependencies:
- dependency-name: nvidia/cuda
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 58c61b6 commit 61ce35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# John the Ripper Docker image is hosted at GitHub Packages
# https://github.com/openwall/john-packages/pkgs/container/john

FROM nvidia/cuda:12.6.3-base-ubuntu24.04@sha256:c87e78933f4c16e3272123bf2f75537306596d0fbaa395a29696a22786e5ee0e AS build
FROM nvidia/cuda:12.8.0-base-ubuntu24.04@sha256:e778509d37d66475120929671500377524f7278478ba08131b07ef3ffcc0dce0 AS build
WORKDIR /build/
COPY build.sh .

Expand All @@ -36,7 +36,7 @@ RUN ./build.sh "$TYPE" "$RELEASE_COMMIT"
# ==================================================================
# Build the final lean Docker image
# ------------------------------------------------------------------
FROM nvidia/cuda:12.6.3-base-ubuntu24.04@sha256:c87e78933f4c16e3272123bf2f75537306596d0fbaa395a29696a22786e5ee0e
FROM nvidia/cuda:12.8.0-base-ubuntu24.04@sha256:e778509d37d66475120929671500377524f7278478ba08131b07ef3ffcc0dce0

# ==================================================================
# Runtime setup and libraries
Expand Down

0 comments on commit 61ce35a

Please sign in to comment.