Skip to content

Commit f8ea6b9

Browse files
authored
Merge pull request NVIDIA#113 from NVIDIA/dependabot/docker/ubuntu20.04/nvidia/cuda-12.6.1-base-ubuntu20.04
Bump nvidia/cuda from 12.6.0-base-ubuntu20.04 to 12.6.1-base-ubuntu20.04 in /ubuntu20.04
2 parents 39a42cf + ffe4ee4 commit f8ea6b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ubuntu20.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:12.6.0-base-ubuntu20.04 as build
1+
FROM nvcr.io/nvidia/cuda:12.6.1-base-ubuntu20.04 as build
22

33
ARG TARGETARCH
44

@@ -33,7 +33,7 @@ RUN git clone https://github.com/NVIDIA/gpu-driver-container driver && \
3333
go build -o vgpu-util && \
3434
mv vgpu-util /work
3535

36-
FROM nvcr.io/nvidia/cuda:12.6.0-base-ubuntu20.04
36+
FROM nvcr.io/nvidia/cuda:12.6.1-base-ubuntu20.04
3737

3838
SHELL ["/bin/bash", "-c"]
3939

0 commit comments

Comments
 (0)