fish-diffusion / Dockerfile
lengyue233's picture
Add application file
60d41a0
raw
history blame
No virus
362 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 python tools/hifisinger/inference.py --config configs/exp_hifisinger.py --checkpoint checkpoints/checkpoint.ckpt --speaker opencpop --max_slice_duration 120 --min_silence_duration 2 --gradio