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.
1 parent 7ac1238 commit b3fea23Copy full SHA for b3fea23
ubuntu20.04/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nvcr.io/nvidia/cuda:12.6.1-base-ubuntu20.04 as build
+FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu20.04 as build
2
3
ARG TARGETARCH
4
@@ -33,7 +33,7 @@ RUN git clone https://github.com/NVIDIA/gpu-driver-container driver && \
33
go build -o vgpu-util && \
34
mv vgpu-util /work
35
36
-FROM nvcr.io/nvidia/cuda:12.6.1-base-ubuntu20.04
+FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu20.04
37
38
SHELL ["/bin/bash", "-c"]
39
0 commit comments