From 5e3a37451276460d5d6d3669d7bf754e5e17740f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 21:50:25 +0000 Subject: [PATCH] Update nvidia/cuda Docker tag to v13.1.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b8e2c7..f09e871 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.1.1-cudnn-runtime-ubuntu24.04 AS base SHELL ["/bin/bash", "-o", "pipefail", "-c"]