From 2a962a627198c53855e95c5f45ef7aa290e1002d Mon Sep 17 00:00:00 2001 From: liuyuanchuang Date: Sat, 7 Feb 2026 09:40:34 +0800 Subject: [PATCH] feat: update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2bed0d6..df61557 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Optimized for RTX 5080 GPU deployment # Use NVIDIA CUDA base image with Python 3.10 -FROM nvidia/cuda:12.8.0-runtime-ubuntu24.04 +FROM nvidia/cuda:12.9.0-runtime-ubuntu24.04 # Set environment variables ENV PYTHONUNBUFFERED=1 \