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 9d90a74 + d87920b commit 3b2b50fCopy full SHA for 3b2b50f
ubuntu20.04/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu20.04 as build
+FROM nvcr.io/nvidia/cuda:12.6.3-base-ubuntu20.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.6.2-base-ubuntu20.04
+FROM nvcr.io/nvidia/cuda:12.6.3-base-ubuntu20.04
36
37
SHELL ["/bin/bash", "-c"]
38
0 commit comments