Docker版本部署后的问题
- Dominant language
- Python
- Stars
- 36.9k
- Forks
- 5.2k
- PR merge metrics
- No merged PRs in 30d
Description
部署numpy和monotonic-align版本和python3.10冲突。
linux改成以下可安装成功:
numpy==1.21.2; platform_system != "Windows"
monotonic-align
部署后,发现容器内模型位置对不上docker文件。
Dockerfile、docker-compose.yml和docker-entrypoint.sh三个文件(我没检查其他,能力有限),都是/workspace/synthesizer/saved_models。
跟网页提示的模型文件位置不一致。
简单地改了三个文件的位置重新拉取重建,可以了。
但是VC拟音仍然会提示Exception: Model folder data/ckpt/ppg_extractor doesn't exist.
没有相关的映射位置,我不知道怎么查。
Contributor guide
No contributing guide indexed for this repository
Research direction
Compare Dockerfile, docker-compose.yml, and docker-entrypoint.sh with the model location shown in the web instructions, then trace the container path used by the VC voice feature. Check where data/ckpt/ppg_extractor is expected and verify the Python 3.10 dependency constraints. Done means the documented model paths are consistent and the VC feature no longer reports the missing model folder.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, numpy, python
- Domain
- devops, infrastructure, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100