Skip to content

Commit fdf0952

Browse files
authored
Merge pull request #168 from NVIDIA/dependabot/docker/ubuntu24.04/nvidia/cuda-12.6.3-base-ubuntu24.04
Bump nvidia/cuda from 12.6.2-base-ubuntu24.04 to 12.6.3-base-ubuntu24.04 in /ubuntu24.04
2 parents f073aec + a4d1a74 commit fdf0952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ubuntu24.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.2-base-ubuntu24.04 as build
1+
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubuntu24.04 as build
22

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

37-
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu24.04
37+
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubuntu24.04
3838

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

0 commit comments

Comments
 (0)