lengyue233 commited on
Commit
5147094
·
verified ·
1 Parent(s): b0ea01b

debug why file not found

Browse files
Files changed (1) hide show
  1. 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