Skip to content

Commit 977f8e9

Browse files
⬆️ Update nvcr.io/nvidia/cuda Docker tag to v13
1 parent 16b741d commit 977f8e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/tts.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5656
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
5757

docker/whisper.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3636
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
3737

0 commit comments

Comments
 (0)