Commit 31584347 authored by wangsen's avatar wangsen
Browse files

change readme.md

parent 840e48c1
...@@ -41,8 +41,8 @@ pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --tru ...@@ -41,8 +41,8 @@ pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --tru
## Dockerfile(方法二) ## Dockerfile(方法二)
``` ```
docker build -t geneformer:latest . docker build -t cirideep:latest .
docker run -dit --shm-size 80g --network=host --name=geneformer --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=CIRI --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 cirideep:latest /bin/bash
docker exec -it CIRI /bin/bash docker exec -it CIRI /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