fish-diffusion / Dockerfile
lengyue233's picture
fix python path
a4c9be0 verified
raw
history blame
363 Bytes
FROM lengyue233/fish-diffusion:latest
WORKDIR /root/fish-diffusion
COPY checkpoint.ckpt checkpoints/checkpoint.ckpt
COPY exp_hifisinger.py configs/exp_hifisinger.py
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