

chore(deps): update nvidia/cuda docker tag to v12.6.3
@9ba2966a19d4b9d04cf713b4413872e170a02193
--- .github/workflows/docker-build-and-push.yaml
+++ .github/workflows/docker-build-and-push.yaml
... | ... | @@ -14,9 +14,9 @@ |
14 | 14 |
strategy: |
15 | 15 |
matrix: |
16 | 16 |
# https://hub.docker.com/r/nvidia/cuda/tags |
17 |
- base-image: ['nvidia/cuda:12.6.2-cudnn-runtime-ubuntu24.04', 'ubuntu:24.04'] |
|
17 |
+ base-image: ['nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04', 'ubuntu:24.04'] |
|
18 | 18 |
include: |
19 |
- - base-image: nvidia/cuda:12.6.2-cudnn-runtime-ubuntu24.04 |
|
19 |
+ - base-image: nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04 |
|
20 | 20 |
tag-suffix: -cuda |
21 | 21 |
- base-image: ubuntu:24.04 |
22 | 22 |
tag-suffix: -cpu |
--- Dockerfile
+++ Dockerfile
... | ... | @@ -1,4 +1,4 @@ |
1 |
-ARG BASE_IMAGE=nvidia/cuda:12.6.2-cudnn-runtime-ubuntu24.04 |
|
1 |
+ARG BASE_IMAGE=nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04 |
|
2 | 2 |
FROM ${BASE_IMAGE} |
3 | 3 |
LABEL org.opencontainers.image.source="https://github.com/fedirz/faster-whisper-server" |
4 | 4 |
# `ffmpeg` is installed because without it `gradio` won't work with mp3(possible others as well) files |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?