From 512a8a473b97ece8f68390fd90c3841a4e690f3e Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Sat, 13 Dec 2025 12:09:10 -0500 Subject: [PATCH] Update CUDA base image version in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 16f162e..11c74af 100755 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . # Stage 2: Runtime -FROM nvidia/cuda:12.3.2-cudnn9-runtime-ubuntu22.04 +FROM nvidia/cuda:12.6.3-base-ubuntu22.04 WORKDIR /subgen