In root folder of repos.
npm run build:docker:vcclient
Store weights of external models in docker_vcclient/weights
. Which weights should be in the folder depends on which kind of VC you use.
$ tree docker_vcclient/weights/
docker_vcclient/weights/
├── checkpoint_best_legacy_500.onnx
├── checkpoint_best_legacy_500.pt
├── hubert-soft-0d54a1f4.pt
├── hubert_base.pt
└── nsf_hifigan
├── NOTICE.txt
├── NOTICE.zh-CN.txt
├── config.json
└── model
In root folder of repos.
bash start_docker.sh
Without GPU
USE_GPU=off bash start_docker.sh
Specify port num
EX_PORT=<port> bash start_docker.sh
Use Local Image
USE_LOCAL=on bash start_docker.sh
npm run push:docker:vcclient