update
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
# 运行方式
|
# 运行方式
|
||||||
|
|
||||||
```python
|
```python
|
||||||
docker pull git.modelhub.org.cn:9443/enginex-hygon/
|
docker pull git.modelhub.org.cn:9443/enginex-hygon/custom:stablediffusion_v2-1_dtk24.04_xformers0.0.25_py310
|
||||||
|
# <img id="">用上面拉取docker镜像的ID替换
|
||||||
|
# 主机端路径
|
||||||
|
# 容器映射路径
|
||||||
|
docker run -it --name sd3 --shm-size=1024G --device=/dev/kfd --device=/dev/dri/ --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --ulimit memlock=-1:-1 --ipc=host --network host --group-add video -v : <img id=""> /bin/bash
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user