Commit d6eac142 authored by yuhai's avatar yuhai
Browse files

Update README.md

parent 7d1faf53
......@@ -20,10 +20,10 @@
```
docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:unifold-torch2.1.0-dtk24.04.2-ubuntu20.04-py310
docker run -it --network=host -v <unifold代码路径>:<容器内路径> --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video -v /opt/hyhal:/opt/hyhal:ro -v /opt/dtk-24.04.2-runtime/:/opt/dtk/:ro --name <镜像名称> <上面获得的镜像ID> bash
docker run -it --network=host -v <unifold代码路径>:<容器内unifold代码路径> --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video -v /opt/hyhal:/opt/hyhal:ro -v /opt/dtk-24.04.2-runtime/:/opt/dtk/:ro --name <镜像名称> <上面获得的镜像ID> bash
mv -f <unifold代码路径>/run_multimer.sh /root/Uni-Fold/run_multimer.sh
mv -f <unifold代码路径>/run_multimer.sh /root/Uni-Fold/run_multimer.sh
mv -f <容器内unifold代码路径>/run_monomer.sh /root/Uni-Fold/run_monomer.sh
mv -f <容器内unifold代码路径>/run_multimer.sh /root/Uni-Fold/run_multimer.sh
cd /root/Uni-Fold
```
......
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