Commit 2dddc565 authored by zhangwenbo's avatar zhangwenbo 🎨
Browse files

Update README.md

parent 5d3b8a3a
...@@ -17,22 +17,22 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/vllm:0.9.2-ubuntu22.04-dtk25 ...@@ -17,22 +17,22 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/vllm:0.9.2-ubuntu22.04-dtk25
### 2. 创建容器 ### 2. 创建容器
```bash ```bash
docker run -it \ docker run -it \
--network=host \ --network=host \
--hostname=localhost \ --hostname=localhost \
--name FourCastNet_train \ --name FourCastNet_train \
-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/vllm:0.9.2-ubuntu22.04-dtk25.04.1-rc5-rocblas101839-0811-das1.6-py3.10-20250913-rc1 \ image.sourcefind.cn:5000/dcu/admin/base/vllm:0.9.2-ubuntu22.04-dtk25.04.1-rc5-rocblas101839-0811-das1.6-py3.10-20250913-rc1 \
/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