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
OpenDAS
OpenFold
Commits
f68a6c69
Commit
f68a6c69
authored
Oct 25, 2023
by
jnwei
Browse files
Update readme, also reset flash attention version to 0.2.1 in environment.yml
parent
a5c69a79
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Dockerfile
Dockerfile
+1
-1
README.md
README.md
+3
-2
No files found.
Dockerfile
View file @
f68a6c69
FROM
nvidia/cuda:11.
7
.1-cudnn8-devel-ubuntu18.04
FROM
nvidia/cuda:11.
3
.1-cudnn8-devel-ubuntu18.04
# metainformation
# metainformation
LABEL
org.opencontainers.image.version = "1.0.0"
LABEL
org.opencontainers.image.version = "1.0.0"
...
...
README.md
View file @
f68a6c69
...
@@ -53,8 +53,9 @@ This package is currently supported for CUDA 11 and Pytorch 1.12
...
@@ -53,8 +53,9 @@ This package is currently supported for CUDA 11 and Pytorch 1.12
To install:
To install:
1.
Clone the repository, e.g.
`git clone https://github.com/aqlaboratory/openfold.git`
1.
Clone the repository, e.g.
`git clone https://github.com/aqlaboratory/openfold.git`
1.
From the
`openfold`
repo:
1.
From the
`openfold`
repo:
-
Create an
[
Anaconda/Mamba
](
https://docs.anaconda.com/free/anaconda/install/index.html
)
environment, e.g.
-
Create a
[
Mamba
](
"https://github.com/conda-forge/miniforge/releases/latest/download/
)
environment, e.g.
`conda env create -n openfold_env -f environment.yml`
`mamba env create -n openfold_env -f environment.yml`
Mamba is recommended as the dependencies required by OpenFold are quite large and mamba can speed up the process.
-
Activate the environment, e.g
`conda activate openfold_env`
-
Activate the environment, e.g
`conda activate openfold_env`
1.
Run
`scripts/install_third_party_dependencies.sh`
to configure kernels and folding resources.
1.
Run
`scripts/install_third_party_dependencies.sh`
to configure kernels and folding resources.
...
...
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