diff --git a/Dockerfile b/Dockerfile index 694d95c..16c70fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ RUN set -eux; \ uv sync --frozen --no-editable --no-cache "$@" # --- MARK: Runtime Stage -FROM nvidia/cuda:12.9.1-cudnn-devel-ubuntu24.04 +FROM nvidia/cuda:12.9.1-cudnn-runtime-ubuntu24.04 ENV DEBIAN_FRONTEND=noninteractive