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