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 cd6b05e + 47c8afe commit 2ad797eCopy full SHA for 2ad797e
rhel9/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nvcr.io/nvidia/cuda:12.6.0-base-ubi9 as build
+FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi9 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-ubi9
+FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi9
26
27
28
ENV TARGETARCH=$TARGETARCH
0 commit comments