Commit 49875072 authored by mashun1's avatar mashun1
Browse files

Update README.md

parent b41a9f42
......@@ -25,7 +25,7 @@ AlphaFold2通过从蛋白质序列和结构数据中提取信息,使用神经
docker run --shm-size 100g --network=host --name=alphafold2 --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 本地数据地址:镜像数据地址 -v /opt/hyhal:/opt/hyhal:ro -it <your IMAGE ID> bash
# 该镜像在intel-cpu上编译,若在其他cpu上使用,需要重新编译hh-suite
cd /app/softwards/hh-suite && rm -rf build
cd /app/softwares/hh-suite && rm -rf build
mkdir build && cd build
cmake -DHAVE_AVX2=1 -DCMAKE_INSTALL_PREFIX=. ..
make -j 4 && sudo make install
......
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