deps(docker): change CUDA base image to runtime version
This commit is contained in:
parent
2553ef283e
commit
866c25670c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue