Skip to content

Commit

Permalink
Merge pull request #167 from NVIDIA/dependabot/docker/ubuntu22.04/nvi…
Browse files Browse the repository at this point in the history
…dia/cuda-12.6.3-base-ubuntu22.04

Bump nvidia/cuda from 12.6.2-base-ubuntu22.04 to 12.6.3-base-ubuntu22.04 in /ubuntu22.04
  • Loading branch information
cdesiniotis authored Dec 3, 2024
2 parents 3b2b50f + 2798f25 commit f073aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu22.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu22.04 as build
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubuntu22.04 as build

ARG TARGETARCH
ARG GOLANG_VERSION
Expand Down Expand Up @@ -32,7 +32,7 @@ RUN git clone https://github.com/NVIDIA/gpu-driver-container driver && \
go build -o vgpu-util && \
mv vgpu-util /work

FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu22.04
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubuntu22.04

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

Expand Down

0 comments on commit f073aec

Please sign in to comment.