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 8a198be + 4cbc998 commit 4df34ffCopy full SHA for 4df34ff
ubuntu22.04/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu22.04 as build
+FROM nvcr.io/nvidia/cuda:13.0.0-base-ubuntu22.04 as build
2
3
ARG TARGETARCH
4
ARG GOLANG_VERSION
@@ -32,7 +32,7 @@ RUN git clone https://github.com/NVIDIA/gpu-driver-container driver && \
32
go build -o vgpu-util && \
33
mv vgpu-util /work
34
35
-FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu22.04
+FROM nvcr.io/nvidia/cuda:13.0.0-base-ubuntu22.04
36
37
SHELL ["/bin/bash", "-c"]
38
0 commit comments