"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "5e5ea853bfbe1ac168dfb4e26a164ba4834a6acd"
Commit c1f746f8 authored by lvzhen's avatar lvzhen
Browse files

Update README.md

parent f99704d7
...@@ -32,7 +32,22 @@ python setup.py build_ext --inplace ...@@ -32,7 +32,22 @@ python setup.py build_ext --inplace
``` ```
### Dockerfile(方法二) ### Dockerfile(方法二)
```
cd ./docker
docker build --no-cache -t vits .
#创建容器
docker run --shm-size 80g --network=host --name=telechat --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v /opt/hyhal:/opt/hyhal:ro -v <Host Path>:<Container Path> -it <Your Image ID> /bin/bash
#安装依赖
cd vits
pip install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple/
apt-get install espeak
cd monotonic_align
python setup.py build_ext --inplace
```
### Anaconda(方法三) ### Anaconda(方法三)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment