We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e44e3b + 27dc982 commit cd6b05eCopy full SHA for cd6b05e
rhel8/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nvcr.io/nvidia/cuda:12.6.0-base-ubi8 as build
+FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi8 as build
2
3
ARG TARGETARCH
4
@@ -22,7 +22,7 @@ RUN git clone https://github.com/NVIDIA/gpu-driver-container driver && \
22
go build -o vgpu-util && \
23
mv vgpu-util /work
24
25
-FROM nvcr.io/nvidia/cuda:12.6.0-base-ubi8
+FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi8
26
27
28
ENV TARGETARCH=$TARGETARCH
0 commit comments