Skip to content

Commit

Permalink
Merge pull request #164 from NVIDIA/dependabot/docker/rhel9/nvidia/cu…
Browse files Browse the repository at this point in the history
…da-12.6.3-base-ubi9

Bump nvidia/cuda from 12.6.2-base-ubi9 to 12.6.3-base-ubi9 in /rhel9
  • Loading branch information
cdesiniotis authored Dec 3, 2024
2 parents 221648d + 1232dd5 commit 9d90a74
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.6.2-base-ubi9 as build
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubi9 as build

ARG TARGETARCH
ARG GOLANG_VERSION
Expand All @@ -21,7 +21,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.6.2-base-ubi9
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubi9

ARG TARGETARCH
ENV TARGETARCH=$TARGETARCH
Expand Down

0 comments on commit 9d90a74

Please sign in to comment.