Skip to content

Commit b75e9c8

Browse files
dependabot[bot]tariq1890
authored andcommitted
Bump nvidia/cuda from 12.6.1-base-ubi8 to 12.6.2-base-ubi8 in /rhel8
Bumps nvidia/cuda from 12.6.1-base-ubi8 to 12.6.2-base-ubi8. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f368f60 commit b75e9c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rhel8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi8 as build
1+
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi8 as build
22

33
ARG TARGETARCH
44

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

25-
FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi8
25+
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi8
2626

2727
ARG TARGETARCH
2828
ENV TARGETARCH=$TARGETARCH

0 commit comments

Comments
 (0)