Skip to content

Commit 99ce4ff

Browse files
authored
Merge pull request #575 from NVIDIA/renovate/ubuntu22.04-nvcr.io-nvidia-cuda-13.x
Update nvcr.io/nvidia/cuda Docker tag to v13.1.1 [ubuntu22.04]
2 parents 4063f9b + 33338d3 commit 99ce4ff

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.1.0-base-ubuntu22.04 as build
1+
FROM nvcr.io/nvidia/cuda:13.1.1-base-ubuntu22.04 as build
22

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

41-
FROM nvcr.io/nvidia/cuda:13.1.0-base-ubuntu22.04
41+
FROM nvcr.io/nvidia/cuda:13.1.1-base-ubuntu22.04
4242

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

0 commit comments

Comments
 (0)