Commit 7ce506d2 authored by zhangwenbo's avatar zhangwenbo 🎨
Browse files

Update README.md

parent ba5f6072
...@@ -17,22 +17,22 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/tensorflow:2.18.0-ubuntu22.0 ...@@ -17,22 +17,22 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/tensorflow:2.18.0-ubuntu22.0
### 2. 创建容器 ### 2. 创建容器
```bash ```bash
docker run -it \ docker run -it \
--network=host \ --network=host \
--hostname=localhost \ --hostname=localhost \
--name HFM \ --name HFM \
-v /opt/hyhal:/opt/hyhal:ro \ -v /opt/hyhal:/opt/hyhal:ro \
-v $PWD:/workspace \ -v $PWD:/workspace \
--ipc=host \ --ipc=host \
--device=/dev/kfd \ --device=/dev/kfd \
--device=/dev/mkfd \ --device=/dev/mkfd \
--device=/dev/dri \ --device=/dev/dri \
--shm-size=512G \ --shm-size=512G \
--privileged \ --privileged \
--group-add video \ --group-add video \
--cap-add=SYS_PTRACE \ --cap-add=SYS_PTRACE \
--security-opt seccomp=unconfined \ --security-opt seccomp=unconfined \
image.sourcefind.cn:5000/dcu/admin/base/tensorflow:2.18.0-ubuntu22.04-dtk25.04.2-py3.10 \ image.sourcefind.cn:5000/dcu/admin/base/tensorflow:2.18.0-ubuntu22.04-dtk25.04.2-py3.10 \
/bin/bash /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