deps(docker): change CUDA base image to runtime version

This commit is contained in:
jedzill4
2026-02-27 19:16:29 -03:00
parent 2553ef283e
commit 866c25670c

View File

@@ -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