environment.yml 626 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
Matthew W. Thompson's avatar
Matthew W. Thompson committed
9
10
11
12
  - setuptools=59.5.0
  - pip
  - openmm=7.7
  - pdbfixer
13
14
15
16
  - pytorch-lightning
  - biopython
  - numpy
  - pandas
Jennifer Wei's avatar
Jennifer Wei committed
17
  - PyYAML
Matthew W. Thompson's avatar
Matthew W. Thompson committed
18
  - requests
19
  - scipy
Jennifer Wei's avatar
Jennifer Wei committed
20
  - tqdm
21
  - typing-extensions
22
  - wandb
Matthew W. Thompson's avatar
Matthew W. Thompson committed
23
  - modelcif==0.7
24
  - awscli
25
  - ml-collections
Jennifer Wei's avatar
Jennifer Wei committed
26
  - aria2
27
  - mkl
Jennifer Wei's avatar
Jennifer Wei committed
28
  - git
29
30
31
  - bioconda::hmmer
  - bioconda::hhsuite
  - bioconda::kalign2
32
33
  - pytorch::pytorch=2.5
  - pytorch::pytorch-cuda=12.4
Karl Leswing's avatar
Karl Leswing committed
34
  - pip:
Jennifer Wei's avatar
Jennifer Wei committed
35
      - deepspeed==0.14.5
Karl Leswing's avatar
Karl Leswing committed
36
      - dm-tree==0.1.6
37
      - git+https://github.com/NVIDIA/dllogger.git
38
      - flash-attn