environment.yml 691 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
9
  - cuda
  - gcc=12.4
10
  - python=3.10
11
  - libgcc=7.2
Matthew W. Thompson's avatar
Matthew W. Thompson committed
12
13
14
15
  - setuptools=59.5.0
  - pip
  - openmm=7.7
  - pdbfixer
16
17
  - pytorch-lightning
  - biopython
18
  - numpy<2.0.0
19
  - pandas
Matthew W. Thompson's avatar
Matthew W. Thompson committed
20
21
  - PyYAML==5.4.1
  - requests
22
  - scipy
Matthew W. Thompson's avatar
Matthew W. Thompson committed
23
  - tqdm==4.62.2
24
  - typing-extensions
25
  - wandb
Matthew W. Thompson's avatar
Matthew W. Thompson committed
26
  - modelcif==0.7
27
  - awscli
28
  - ml-collections
29
  - mkl=2022.1
Jennifer Wei's avatar
Jennifer Wei committed
30
31
  - aria2
  - git
32
33
34
  - bioconda::hmmer
  - bioconda::hhsuite
  - bioconda::kalign2
35
  - pytorch::pytorch=2.1
36
  - pytorch::pytorch-cuda=12.1
Karl Leswing's avatar
Karl Leswing committed
37
  - pip:
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