Spaces:
Runtime error
Runtime error
Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +3 -4
Dockerfile
CHANGED
|
@@ -7,14 +7,13 @@ RUN pip install --no-cache-dir \
|
|
| 7 |
torch torchaudio --index-url https://download.pytorch.org/whl/cpu
|
| 8 |
|
| 9 |
RUN pip install --no-cache-dir \
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
huggingface_hub==0.20.3 \
|
| 13 |
librosa soundfile \
|
| 14 |
phonemizer==3.3.0 \
|
| 15 |
munch pyyaml nltk \
|
| 16 |
einops einops-exts \
|
| 17 |
-
transformers
|
| 18 |
matplotlib \
|
| 19 |
git+https://github.com/resemble-ai/monotonic_align.git
|
| 20 |
|
|
|
|
| 7 |
torch torchaudio --index-url https://download.pytorch.org/whl/cpu
|
| 8 |
|
| 9 |
RUN pip install --no-cache-dir \
|
| 10 |
+
fastapi uvicorn \
|
| 11 |
+
huggingface_hub \
|
|
|
|
| 12 |
librosa soundfile \
|
| 13 |
phonemizer==3.3.0 \
|
| 14 |
munch pyyaml nltk \
|
| 15 |
einops einops-exts \
|
| 16 |
+
transformers \
|
| 17 |
matplotlib \
|
| 18 |
git+https://github.com/resemble-ai/monotonic_align.git
|
| 19 |
|