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 f073aec + a4d1a74 commit fdf0952Copy full SHA for fdf0952
ubuntu24.04/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu24.04 as build
+FROM nvcr.io/nvidia/cuda:12.6.3-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.6.2-base-ubuntu24.04
+FROM nvcr.io/nvidia/cuda:12.6.3-base-ubuntu24.04
38
39
SHELL ["/bin/bash", "-c"]
40
0 commit comments