Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +5 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,11 @@ RUN pip install --no-cache-dir \
|
|
| 18 |
edge-tts \
|
| 19 |
requests \
|
| 20 |
librosa \
|
| 21 |
-
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
RUN python -c "import whisper; whisper.load_model('base')"
|
| 24 |
|
|
|
|
| 18 |
edge-tts \
|
| 19 |
requests \
|
| 20 |
librosa \
|
| 21 |
+
numpy \
|
| 22 |
+
transformers \
|
| 23 |
+
torch \
|
| 24 |
+
librosa \
|
| 25 |
+
soundfile
|
| 26 |
|
| 27 |
RUN python -c "import whisper; whisper.load_model('base')"
|
| 28 |
|