Skip to content

Commit b3fea23

Browse files
dependabot[bot]tariq1890
authored andcommitted
Bump nvidia/cuda in /ubuntu20.04
Bumps nvidia/cuda from 12.6.1-base-ubuntu20.04 to 12.6.2-base-ubuntu20.04. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ac1238 commit b3fea23

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.1-base-ubuntu20.04 as build
1+
FROM nvcr.io/nvidia/cuda:12.6.2-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.1-base-ubuntu20.04
36+
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu20.04
3737

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

0 commit comments

Comments
 (0)