renovate[bot] commited on
Commit
cbe5417
·
1 Parent(s): a7c56c6

chore(deps): update nvidia/cuda docker tag to v12.6.3

Browse files
.github/workflows/docker-build-and-push.yaml CHANGED
@@ -14,9 +14,9 @@ jobs:
14
  strategy:
15
  matrix:
16
  # https://hub.docker.com/r/nvidia/cuda/tags
17
- base-image: ['nvidia/cuda:12.6.2-cudnn-runtime-ubuntu24.04', 'ubuntu:24.04']
18
  include:
19
- - base-image: nvidia/cuda:12.6.2-cudnn-runtime-ubuntu24.04
20
  tag-suffix: -cuda
21
  - base-image: ubuntu:24.04
22
  tag-suffix: -cpu
 
14
  strategy:
15
  matrix:
16
  # https://hub.docker.com/r/nvidia/cuda/tags
17
+ base-image: ['nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04', 'ubuntu:24.04']
18
  include:
19
+ - base-image: nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04
20
  tag-suffix: -cuda
21
  - base-image: ubuntu:24.04
22
  tag-suffix: -cpu
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- ARG BASE_IMAGE=nvidia/cuda:12.6.2-cudnn-runtime-ubuntu24.04
2
  FROM ${BASE_IMAGE}
3
  LABEL org.opencontainers.image.source="https://github.com/fedirz/faster-whisper-server"
4
  # `ffmpeg` is installed because without it `gradio` won't work with mp3(possible others as well) files
 
1
+ ARG BASE_IMAGE=nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04
2
  FROM ${BASE_IMAGE}
3
  LABEL org.opencontainers.image.source="https://github.com/fedirz/faster-whisper-server"
4
  # `ffmpeg` is installed because without it `gradio` won't work with mp3(possible others as well) files