File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN uv sync --frozen --no-dev --no-editable --extra server --extra piper --extra
5151# =============================================================================
5252# CUDA target: GPU-accelerated with Kokoro TTS
5353# =============================================================================
54- FROM nvcr.io/nvidia/cuda:12.9 .1-cudnn-runtime-ubuntu24.04 AS cuda
54+ FROM nvcr.io/nvidia/cuda:13.1 .1-cudnn-runtime-ubuntu24.04 AS cuda
5555
5656COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
5757
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN uv sync --frozen --no-dev --no-editable --extra server --extra faster-whispe
3131# =============================================================================
3232# CUDA target: GPU-accelerated with faster-whisper
3333# =============================================================================
34- FROM nvcr.io/nvidia/cuda:12.9 .1-cudnn-runtime-ubuntu24.04 AS cuda
34+ FROM nvcr.io/nvidia/cuda:13.1 .1-cudnn-runtime-ubuntu24.04 AS cuda
3535
3636COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
3737
You can’t perform that action at this time.
0 commit comments