lengyue233 commited on
Commit
0facd1e
1 Parent(s): a4c9be0

fix docker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,4 +4,4 @@ WORKDIR /root/fish-diffusion
4
  COPY checkpoint.ckpt checkpoints/checkpoint.ckpt
5
  COPY exp_hifisinger.py configs/exp_hifisinger.py
6
 
7
- RUN 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
 
4
  COPY checkpoint.ckpt checkpoints/checkpoint.ckpt
5
  COPY exp_hifisinger.py configs/exp_hifisinger.py
6
 
7
+ 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