Commit 6dd28ce9 authored by wangwei990215's avatar wangwei990215
Browse files

Update README.md

parent f8df2c04
...@@ -25,7 +25,13 @@ python setup.py install ...@@ -25,7 +25,13 @@ python setup.py install
cd examples/text_to_image cd examples/text_to_image
pip install -r requirements.txt pip install -r requirements.txt
``` ```
### Dockerfile(方法二)
此处提供dockerfile的使用方法:<br>
```
docker build --no-cache -t stablediffusion_v2:latest
docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal:/opt/hyhal:ro --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
```
### Anaconda(方法三): ### Anaconda(方法三):
此处提供本地配置、编译的详细步骤,例如:<br> 此处提供本地配置、编译的详细步骤,例如:<br>
关于本项目DCU显卡所需的特殊深度学习库可从[光合开发者社区](https://developer.sourcefind.cn/)下载安装 关于本项目DCU显卡所需的特殊深度学习库可从[光合开发者社区](https://developer.sourcefind.cn/)下载安装
......
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