bert-vits2 based on python:3.10.16
266
bert-vits2 environment based on python:3.10.16
for https://www.modelscope.cn/studios/xzjosh/Bert-VITS2/summary
mount repository files to /app
container will run /app/app.py defaultly.
you could edit /root/init.py to change default startup behavior.
docker run -d \
--name [your_name] \
-p [port]:7860 \
-v [path_to_repository]:/app \
-v [output_path]:/tmp/gradio \
cryingsun/bert-vits2:latest
Content type
Image
Digest
sha256:f7aa889e3…
Size
3.6 GB
Last updated
over 1 year ago
docker pull cryingsun/bert-vits2