Skip to content

Commit

Permalink
Update and rename environment-ml.yaml to env_ml.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunp2 authored Oct 4, 2023
1 parent 713c4e4 commit 31ea0d3
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 29 deletions.
33 changes: 33 additions & 0 deletions envs/env_ml.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#!/bin/bash
source $HOME/miniconda3/etc/profile.d/conda.sh
conda create -n dpl310 python=3.10 -y
echo $CONDA_PREFIX
conda activate dpl310
echo $CONDA_PREFIX

#conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 cpuonly -c pytorch -y
#pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-1.13.0+cpu.html

conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia -y

pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-1.13.0+cu117.html

conda install -c pyg pyg -y

conda install -c conda-forge rdkit -y

conda install -c conda-forge openbabel -y

conda install -c conda-forge lammps -y

conda install -c conda-forge xtb -y

conda install -c conda-forge raspa2 -y

#conda install -c dglteam dgl-cuda11.7 -y

pip install pymatgen plotly pyarrow polars PyCifRW einops curtsies p_tqdm transformers pathlib scikit-image argparse wandb cairosvg h5py pynvml pytorch-lightning jupyter ase fairscale timm fast_ml seaborn captum kmapper umap-learn dash

# for topological data analysis

pip install persim ripser MDAnalysis ray git+https://github.com/bruel-gabrielsson/TopologyLayer.git
29 changes: 0 additions & 29 deletions envs/environment-ml.yaml

This file was deleted.

0 comments on commit 31ea0d3

Please sign in to comment.