Skip to content

Commit c04a417

Browse files
Bump nvidia/cuda in /ubuntu22.04
Bumps nvidia/cuda from 13.0.1-base-ubuntu22.04 to 13.0.2-base-ubuntu22.04. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-version: 13.0.2-base-ubuntu22.04 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87517d2 commit c04a417

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)