Spaces:
Restarting
Restarting
Update Dockerfile
Browse files- 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 |
|