"git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "4f6f63cd1692d1929bafac54232f608550719aa4"
Commit 6df89c76 authored by Jennifer Wei's avatar Jennifer Wei
Browse files

Merge branch 'installation-updates' of...

Merge branch 'installation-updates' of https://github.com/aqlaboratory/openfold into installation-updates
parents 13f0f6fe 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"
......
...@@ -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.
......
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