renovate[bot] commited on
Commit
ced5cf9
·
1 Parent(s): 9d30d5e

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

Browse files
Files changed (1) hide show
  1. Dockerfile.cuda +1 -1
Dockerfile.cuda CHANGED
@@ -1,4 +1,4 @@
1
- FROM nvidia/cuda:12.6.2-cudnn-runtime-ubuntu24.04
2
  LABEL org.opencontainers.image.source="https://github.com/fedirz/faster-whisper-server"
3
  # `ffmpeg` is installed because without it `gradio` won't work with mp3(possible others as well) files
4
  # hadolint ignore=DL3008
 
1
+ FROM nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04
2
  LABEL org.opencontainers.image.source="https://github.com/fedirz/faster-whisper-server"
3
  # `ffmpeg` is installed because without it `gradio` won't work with mp3(possible others as well) files
4
  # hadolint ignore=DL3008