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 82efec2 + c04a417 commit a566ec3Copy full SHA for a566ec3
ubuntu22.04/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nvcr.io/nvidia/cuda:13.0.1-base-ubuntu22.04 as build
+FROM nvcr.io/nvidia/cuda:13.0.2-base-ubuntu22.04 as build
2
3
ARG TARGETARCH
4
ARG GOLANG_VERSION
@@ -37,7 +37,7 @@ RUN if [ "$DRIVER_TYPE" = "vgpu" ]; then \
37
go build -o vgpu-util && \
38
mv vgpu-util /work; fi
39
40
-FROM nvcr.io/nvidia/cuda:13.0.1-base-ubuntu22.04
+FROM nvcr.io/nvidia/cuda:13.0.2-base-ubuntu22.04
41
42
SHELL ["/bin/bash", "-c"]
43
0 commit comments