Skip to content

Commit

Permalink
separate docker env files
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Feb 15, 2024
1 parent 32825be commit 7a591f8
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
44 changes: 44 additions & 0 deletions env/deeprank2-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: deeprank2
channels:
- pytorch
- pyg
- bioconda
- defaults
- conda-forge
- sbl
dependencies:
- python==3.10
- pip>=23.3
- notebook>=7.0.6
- sbl::libcifpp>=5.1.0
- sbl::dssp>=4.2.2.1
- msms>=2.6.1
- markov_clustering>=0.0.6
- pytorch=2.1.1
- torchvision>=0.16.1
- torchaudio>=2.1.1
- cpuonly>=2.0
- pyg>=2.4.0
- pytorch-scatter>=2.1.2
- pytorch-sparse>=0.6.18
- pytorch-cluster>=1.6.3
- pytorch-spline-conv>=1.2.2
- tables>=3.8.0
- numpy>=1.21.5
- scipy>=1.11.2
- h5py>=3.6.0
- networkx>=2.6.3
- matplotlib>=3.5.1
- scikit-learn>=1.0.2
- chart-studio>=1.1.0
- biopython>=1.81
- python-louvain>=0.16
- tqdm>=4.63.0
- freesasa>=2.1.0
- tensorboard>=0.9.0
- protobuf>=3.20.1
- ruff>=0.1.13
- dill>=0.3.8
- pyarrow>=15.0.0
- pip:
- --requirement requirements-docker.txt
1 change: 0 additions & 1 deletion env/deeprank2-py310.yml → env/deeprank2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ channels:
- conda-forge
- sbl
dependencies:
- python==3.10
- pip>=23.3
- notebook>=7.0.6
- sbl::libcifpp>=5.1.0
Expand Down
2 changes: 2 additions & 0 deletions env/requirements-docker.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pdb2sql>=0.5.1
deeprank2>=3.0.0

0 comments on commit 7a591f8

Please sign in to comment.