lengyue233 commited on
Commit
53d68dc
1 Parent(s): 0774d65

try fix docker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -17,7 +17,4 @@ RUN poetry install
17
  COPY checkpoint.ckpt checkpoints/checkpoint.ckpt
18
  COPY exp_hifisinger.py configs/exp_hifisinger.py
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
 
17
  COPY checkpoint.ckpt checkpoints/checkpoint.ckpt
18
  COPY exp_hifisinger.py configs/exp_hifisinger.py
19
 
20
+ CMD python3 /root/fish-diffusion/tools/hifisinger/inference.py --config /root/fish-diffusion/configs/exp_hifisinger.py --checkpoint /root/fish-diffusion/checkpoints/checkpoint.ckpt --speaker opencpop --max_slice_duration 120 --min_silence_duration 2 --gradio