lengyue233 commited on
Commit
0774d65
1 Parent(s): 5aba986
Files changed (1) hide show
  1. 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