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