"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "543f2652c26b14fcd90767fb418ce562f9cb48a6"
Commit 2af21170 authored by yuhai's avatar yuhai
Browse files

Update README.md

parent a95ecc2f
......@@ -25,7 +25,7 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:rfdesign-torch2.1.0-d
# <Image ID>用上面拉取docker镜像的ID替换
# <Host Path>主机端路径
# <Container Path>容器映射路径
docker run -it --name rfdesign --shm-size=32G --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 <Host Path>:<Container Path> <Image ID> /bin/bash
docker run -it --name rfdesign --shm-size=32G --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 /opt/hyhal:/opt/hyhal:ro -v <Host Path>:<Container Path> <Image ID> /bin/bash
```
镜像版本依赖:
......
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