From ffe4ee4e8daada7531fc9b54be94c4377cdc7399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:36:34 +0000 Subject: [PATCH] Bump nvidia/cuda in /ubuntu20.04 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] --- ubuntu20.04/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu20.04/Dockerfile b/ubuntu20.04/Dockerfile index 0ee623b0..9d6e3517 100644 --- a/ubuntu20.04/Dockerfile +++ b/ubuntu20.04/Dockerfile @@ -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 @@ -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"]