From 1ad7e283e830eb0d0888b40a3e0b4734dca2c6a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 13:40:38 +0000 Subject: [PATCH] Bump nvidia/cuda in /ubuntu22.04 Bumps nvidia/cuda from 13.0.0-base-ubuntu22.04 to 13.0.1-base-ubuntu22.04. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-version: 13.0.1-base-ubuntu22.04 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ubuntu22.04/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu22.04/Dockerfile b/ubuntu22.04/Dockerfile index 536a4b12..7c543b79 100644 --- a/ubuntu22.04/Dockerfile +++ b/ubuntu22.04/Dockerfile @@ -1,4 +1,4 @@ -FROM nvcr.io/nvidia/cuda:13.0.0-base-ubuntu22.04 as build +FROM nvcr.io/nvidia/cuda:13.0.1-base-ubuntu22.04 as build ARG TARGETARCH ARG GOLANG_VERSION @@ -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:13.0.0-base-ubuntu22.04 +FROM nvcr.io/nvidia/cuda:13.0.1-base-ubuntu22.04 SHELL ["/bin/bash", "-c"]