Skip to content

Commit

Permalink
Bump nvidia/cuda in /ubuntu20.04
Browse files Browse the repository at this point in the history
Bumps nvidia/cuda from 12.6.0-base-ubuntu20.04 to 12.6.1-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]>
  • Loading branch information
dependabot[bot] committed Sep 6, 2024
1 parent eab054a commit ffe4ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu20.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvcr.io/nvidia/cuda:12.6.0-base-ubuntu20.04 as build
FROM nvcr.io/nvidia/cuda:12.6.1-base-ubuntu20.04 as build

ARG TARGETARCH

Expand Down Expand Up @@ -33,7 +33,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.0-base-ubuntu20.04
FROM nvcr.io/nvidia/cuda:12.6.1-base-ubuntu20.04

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

Expand Down

0 comments on commit ffe4ee4

Please sign in to comment.