Files
openfold/environment.yml
2025-04-24 22:25:20 +00:00

41 lines
644 B
YAML

name: openfold-env
channels:
- conda-forge
- bioconda
- pytorch
- nvidia
dependencies:
- cuda
- gcc=12.4
- python=3.10
- setuptools=59.5.0
- pip
- openmm
- pdbfixer
- pytorch-lightning
- biopython
- numpy
- pandas
- PyYAML
- requests
- scipy
- tqdm
- typing-extensions
- wandb
- modelcif==0.7
- awscli
- ml-collections
- aria2
- mkl
- git
- bioconda::hmmer
- bioconda::hhsuite
- bioconda::kalign2
- pytorch::pytorch=2.5
- pytorch::pytorch-cuda=12.4
- pip:
- deepspeed==0.14.5
- dm-tree==0.1.6
- git+https://github.com/NVIDIA/dllogger.git
- flash-attn