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
b41a9f42
Commit
b41a9f42
authored
Sep 04, 2024
by
mashun1
Browse files
Update README.md
parent
1103a4af
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
README.md
README.md
+7
-0
No files found.
README.md
View file @
b41a9f42
...
@@ -24,6 +24,13 @@ AlphaFold2通过从蛋白质序列和结构数据中提取信息,使用神经
...
@@ -24,6 +24,13 @@ 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
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
mkdir build && cd build
cmake -DHAVE_AVX2=1 -DCMAKE_INSTALL_PREFIX=. ..
make -j 4 && sudo make install
export PATH="$(pwd)/bin:$(pwd)/scripts:$PATH"
### Docker(方法二)
### Docker(方法二)
docker pull image.sourcefind.cn:5000/dcu/admin/base/jax:0.4.23-ubuntu20.04-dtk24.04.1-py3.10
docker pull image.sourcefind.cn:5000/dcu/admin/base/jax:0.4.23-ubuntu20.04-dtk24.04.1-py3.10
...
...
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