Spaces:
Runtime error
Runtime error
debug why file not found
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -23,4 +23,7 @@ ENV TRANSFORMERS_CACHE=/tmp/huggingface
|
|
| 23 |
ENV MPLCONFIGDIR=/tmp/matplotlib
|
| 24 |
ENV TORCH_HOME=/tmp/torch
|
| 25 |
|
|
|
|
|
|
|
|
|
|
| 26 |
CMD python3 tools/hifisinger/gradio_ui.py
|
|
|
|
| 23 |
ENV MPLCONFIGDIR=/tmp/matplotlib
|
| 24 |
ENV TORCH_HOME=/tmp/torch
|
| 25 |
|
| 26 |
+
RUN ls -la /app/fish-diffusion/configs
|
| 27 |
+
RUN ls -la /app/fish-diffusion/checkpoints
|
| 28 |
+
|
| 29 |
CMD python3 tools/hifisinger/gradio_ui.py
|