Spaces:
Runtime error
Runtime error
Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ RUN pip install --no-cache-dir \
|
|
| 8 |
|
| 9 |
RUN pip install --no-cache-dir \
|
| 10 |
gradio==3.50.2 \
|
|
|
|
| 11 |
huggingface_hub==0.20.3 \
|
| 12 |
librosa soundfile \
|
| 13 |
phonemizer==3.3.0 \
|
|
|
|
| 8 |
|
| 9 |
RUN pip install --no-cache-dir \
|
| 10 |
gradio==3.50.2 \
|
| 11 |
+
jinja2==3.0.3 \
|
| 12 |
huggingface_hub==0.20.3 \
|
| 13 |
librosa soundfile \
|
| 14 |
phonemizer==3.3.0 \
|