Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
alphafold2_jax
Commits
49875072
Commit
49875072
authored
Sep 04, 2024
by
mashun1
Browse files
Update README.md
parent
b41a9f42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
49875072
...
...
@@ -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/softwar
d
s/hh-suite && rm -rf build
cd /app/softwar
e
s/hh-suite && rm -rf build
mkdir build && cd build
cmake -DHAVE_AVX2=1 -DCMAKE_INSTALL_PREFIX=. ..
make -j 4 && sudo make install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment