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