Skip to content

Commit a566ec3

Browse files
authored
Merge pull request #481 from NVIDIA/dependabot/docker/ubuntu22.04/nvidia/cuda-13.0.2-base-ubuntu22.04
Bump nvidia/cuda from 13.0.1-base-ubuntu22.04 to 13.0.2-base-ubuntu22.04 in /ubuntu22.04
2 parents 82efec2 + c04a417 commit a566ec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ubuntu22.04/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvcr.io/nvidia/cuda:13.0.1-base-ubuntu22.04 as build
1+
FROM nvcr.io/nvidia/cuda:13.0.2-base-ubuntu22.04 as build
22

33
ARG TARGETARCH
44
ARG GOLANG_VERSION
@@ -37,7 +37,7 @@ RUN if [ "$DRIVER_TYPE" = "vgpu" ]; then \
3737
go build -o vgpu-util && \
3838
mv vgpu-util /work; fi
3939

40-
FROM nvcr.io/nvidia/cuda:13.0.1-base-ubuntu22.04
40+
FROM nvcr.io/nvidia/cuda:13.0.2-base-ubuntu22.04
4141

4242
SHELL ["/bin/bash", "-c"]
4343

0 commit comments

Comments
 (0)