Skip to content

Commit

Permalink
Bump nvidia/cuda from 12.5.0-base-ubi9 to 12.5.1-base-ubi9 in /rhel9
Browse files Browse the repository at this point in the history
Bumps nvidia/cuda from 12.5.0-base-ubi9 to 12.5.1-base-ubi9.

---
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 Jul 15, 2024
1 parent 65ed719 commit 33b51cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rhel9/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvcr.io/nvidia/cuda:12.5.0-base-ubi9 as build
FROM nvcr.io/nvidia/cuda:12.5.1-base-ubi9 as build

ARG TARGETARCH

Expand All @@ -22,7 +22,7 @@ RUN git clone https://github.com/NVIDIA/gpu-driver-container driver && \
go build -o vgpu-util && \
mv vgpu-util /work

FROM nvcr.io/nvidia/cuda:12.5.0-base-ubi9
FROM nvcr.io/nvidia/cuda:12.5.1-base-ubi9

ARG TARGETARCH
ENV TARGETARCH=$TARGETARCH
Expand Down

0 comments on commit 33b51cc

Please sign in to comment.