blmdsydm commited on
Commit
e40ee50
1 Parent(s): 9a9012b

Update dockerfile

Browse files

change implementation

Files changed (1) hide show
  1. dockerfile +1 -1
dockerfile CHANGED
@@ -3,7 +3,7 @@
3
  FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
4
  EXPOSE 7860
5
 
6
- ARG WHISPER_IMPLEMENTATION=whisper
7
  ENV WHISPER_IMPLEMENTATION=${WHISPER_IMPLEMENTATION}
8
 
9
  ADD . /opt/whisper-webui/
 
3
  FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
4
  EXPOSE 7860
5
 
6
+ ARG WHISPER_IMPLEMENTATION=faster-whisper
7
  ENV WHISPER_IMPLEMENTATION=${WHISPER_IMPLEMENTATION}
8
 
9
  ADD . /opt/whisper-webui/