From a5ccacde4bc75d8778bf986f5bb49b6eaa149243 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 21:48:13 +0000 Subject: [PATCH] Update nvidia/cuda Docker tag to v13.3.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b8e2c7..ed70772 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ───────────────────────────── # Stage 1: Base (System Dependencies) # ───────────────────────────── -FROM nvidia/cuda:13.0.1-cudnn-runtime-ubuntu24.04 AS base +FROM nvidia/cuda:13.3.1-cudnn-runtime-ubuntu24.04 AS base SHELL ["/bin/bash", "-o", "pipefail", "-c"]