Commit 3c60b41b authored by wangsen's avatar wangsen
Browse files

change readme.md

parent 6ca2a626
...@@ -34,7 +34,7 @@ Dockerfile(方式二) ...@@ -34,7 +34,7 @@ Dockerfile(方式二)
``` ```
docker build -t xrayglm:latest . docker build -t xrayglm:latest .
docker run -dit --shm-size 80g --network=host --name=xrayglm --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=xrayglm --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 xrayglm:latest /bin/bash
docker exec -it xrayglm /bin/bash docker exec -it xrayglm /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