Clearwave48 commited on
Commit
0a46798
·
verified ·
1 Parent(s): 381fa71

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -18,7 +18,8 @@ RUN pip install --no-cache-dir \
18
  deep-translator transformers tokenizers \
19
  huggingface_hub sentencepiece sacremoses \
20
  soundfile noisereduce numpy pyloudnorm \
21
- librosa ffmpeg-python faster-whisper
 
22
 
23
  COPY . .
24
 
 
18
  deep-translator transformers tokenizers \
19
  huggingface_hub sentencepiece sacremoses \
20
  soundfile noisereduce numpy pyloudnorm \
21
+ librosa ffmpeg-python faster-whisper \
22
+ cloudinary
23
 
24
  COPY . .
25