From cda6e2ba71be43b5ba9a2fb0ba25f7c887273b55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 11:37:17 +0000 Subject: [PATCH] Bump nvidia/cuda Bumps nvidia/cuda from 12.2.0-runtime-ubuntu22.04 to 13.0.3-runtime-ubuntu22.04. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-version: 13.0.3-runtime-ubuntu22.04 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Dockerfile.cuda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Dockerfile.cuda diff --git a/Dockerfile.cuda b/Dockerfile.cuda old mode 100755 new mode 100644 index 35a5e05..8431797 --- a/Dockerfile.cuda +++ b/Dockerfile.cuda @@ -1,5 +1,5 @@ # Use NVIDIA CUDA 12.2 Base Image (Ubuntu 22.04) -FROM nvidia/cuda:12.2.0-runtime-ubuntu22.04 +FROM nvidia/cuda:13.0.3-runtime-ubuntu22.04 # Prevent interactive prompts during package installation ENV DEBIAN_FRONTEND=noninteractive