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 a57347e + 09904cf commit 92543bfCopy full SHA for 92543bf
rhel9/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi9 as build
+FROM nvcr.io/nvidia/cuda:13.0.0-base-ubi9 as build
2
3
ARG TARGETARCH
4
ARG GOLANG_VERSION
@@ -21,7 +21,7 @@ RUN git clone https://github.com/NVIDIA/gpu-driver-container driver && \
21
go build -o vgpu-util && \
22
mv vgpu-util /work
23
24
-FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi9
+FROM nvcr.io/nvidia/cuda:13.0.0-base-ubi9
25
26
27
ENV TARGETARCH=$TARGETARCH
0 commit comments