Commit 0c67f980 authored by dcuai's avatar dcuai
Browse files

Update README.md

parent b37a7986
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
``` ```
docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:unifold-torch2.1.0-dtk24.04.2-ubuntu20.04-py310 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代码路径>:<容器内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 --name <镜像名称> <上面获得的镜像ID> bash
mv -f <容器内unifold代码路径>/run_monomer.sh /root/Uni-Fold/run_monomer.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 mv -f <容器内unifold代码路径>/run_multimer.sh /root/Uni-Fold/run_multimer.sh
......
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