From f779717f54cb5a0408b88b79703b71d851226b8f Mon Sep 17 00:00:00 2001 From: ale Date: Wed, 8 Oct 2025 03:19:32 +0200 Subject: [PATCH] docker image Signed-off-by: ale --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9eb1037..8a8082b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ COPY python/ ./python/ RUN npm run build # Stage 2: Production runtime -FROM nvidia/cuda:11.8-runtime-ubuntu22.04 +FROM nvcr.io/nvidia/cuda:13.0.1-runtime-ubuntu22.04 # Install runtime dependencies RUN apt-get update && apt-get install -y \