Commit 05f343cc authored by wangsen's avatar wangsen
Browse files

change readme.md

parent 9127f9e8
...@@ -39,7 +39,7 @@ Dockerfile(方式二) ...@@ -39,7 +39,7 @@ Dockerfile(方式二)
``` ```
docker build -t higashi:latest . docker build -t higashi:latest .
docker run -dit --shm-size 80g --network=host --name=higashi --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root -v /opt/hyhal/:/opt/hyhal/:ro geneformer:latest /bin/bash docker run -dit --shm-size 80g --network=host --name=higashi --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root -v /opt/hyhal/:/opt/hyhal/:ro higashi:latest /bin/bash
docker exec -it higashi /bin/bash docker exec -it higashi /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