environment.yml 704 Bytes
Newer Older
1
name: openfold-env 
Karl Leswing's avatar
Karl Leswing committed
2
3
4
5
channels:
  - conda-forge
  - bioconda
  - pytorch
6
  - nvidia 
Karl Leswing's avatar
Karl Leswing committed
7
dependencies:
8
  - python=3.10
9
  - libgcc=7.2
Matthew W. Thompson's avatar
Matthew W. Thompson committed
10
11
12
13
  - setuptools=59.5.0
  - pip
  - openmm=7.7
  - pdbfixer
14
15
16
17
  - pytorch-lightning
  - biopython
  - numpy
  - pandas
Matthew W. Thompson's avatar
Matthew W. Thompson committed
18
19
  - PyYAML==5.4.1
  - requests
20
  - scipy
Matthew W. Thompson's avatar
Matthew W. Thompson committed
21
  - tqdm==4.62.2
22
  - typing-extensions
23
  - wandb
Matthew W. Thompson's avatar
Matthew W. Thompson committed
24
  - modelcif==0.7
25
  - awscli
26
  - ml-collections
27
  - mkl==2024.0.0
Jennifer Wei's avatar
Jennifer Wei committed
28
  - aria2
Jennifer's avatar
Jennifer committed
29
  - mkl==2024.0
Jennifer Wei's avatar
Jennifer Wei committed
30
  - git
31
32
33
  - bioconda::hmmer
  - bioconda::hhsuite
  - bioconda::kalign2
34
  - pytorch::pytorch=2.1
35
  - pytorch::pytorch-cuda=12.1
Karl Leswing's avatar
Karl Leswing committed
36
  - pip:
37
      - mpi4py==3.1.5
38
      - deepspeed==0.12.4
Karl Leswing's avatar
Karl Leswing committed
39
      - dm-tree==0.1.6
40
      - git+https://github.com/NVIDIA/dllogger.git
41
      - flash-attn