lengyue233 commited on
Commit
5aba986
1 Parent(s): 571e007

fix permission

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -17,4 +17,6 @@ RUN poetry install
17
  COPY checkpoint.ckpt checkpoints/checkpoint.ckpt
18
  COPY exp_hifisinger.py configs/exp_hifisinger.py
19
 
 
 
20
  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
+ 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