Spaces:
Runtime error
Runtime error
run ls
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -19,4 +19,5 @@ COPY exp_hifisinger.py configs/exp_hifisinger.py
|
|
19 |
|
20 |
USER root
|
21 |
|
|
|
22 |
CMD python3 tools/hifisinger/inference.py --config configs/exp_hifisinger.py --checkpoint checkpoints/checkpoint.ckpt --speaker opencpop --max_slice_duration 120 --min_silence_duration 2 --gradio
|
|
|
19 |
|
20 |
USER root
|
21 |
|
22 |
+
RUN ls -l tools/hifisinger
|
23 |
CMD python3 tools/hifisinger/inference.py --config configs/exp_hifisinger.py --checkpoint checkpoints/checkpoint.ckpt --speaker opencpop --max_slice_duration 120 --min_silence_duration 2 --gradio
|