Commit f535ac76 authored by chenzk's avatar chenzk
Browse files

v1.0.3

parent 3913ef17
Pipeline #2397 canceled with stages
...@@ -33,7 +33,7 @@ pip install -r requirements.txt ...@@ -33,7 +33,7 @@ pip install -r requirements.txt
### Dockerfile(方法二) ### Dockerfile(方法二)
``` ```
cd /home/fish-speech/docker cd /home/fish-speech/docker
docker build --no-cache -t fish-speech:latest . docker build --no-cache -t fs:latest .
docker run --shm-size=64G --name fs -v /opt/hyhal:/opt/hyhal:ro --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video -v $PWD/../../fish-speech:/home/fish-speech -it fs bash docker run --shm-size=64G --name fs -v /opt/hyhal:/opt/hyhal:ro --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video -v $PWD/../../fish-speech:/home/fish-speech -it fs bash
# 若遇到Dockerfile启动的方式安装环境需要长时间等待,可注释掉里面的pip安装,启动容器后再安装python库:pip install -r requirements.txt。 # 若遇到Dockerfile启动的方式安装环境需要长时间等待,可注释掉里面的pip安装,启动容器后再安装python库:pip install -r requirements.txt。
cd /home/fish-speech cd /home/fish-speech
......
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