forked from ashesh-0/scSplit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstallation.sh
More file actions
executable file
·35 lines (35 loc) · 1.34 KB
/
installation.sh
File metadata and controls
executable file
·35 lines (35 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
mamba create -n split_hpc python=3.9
mamba activate split_hpc
# python -m pip install cellpose => installs cpu version.
# mamba install torchvision==0.14.1 -c pytorch -c nvidia -y
mamba install pytorch==1.13.1 torchvision==0.14.1 pytorch-cuda=11.6 -c pytorch -c nvidia -y
# pip install --force-reinstall -v "numpy==1.25.2"
# mamba install conda-forge::stardist
# python -m pip install cellpose # I had to manually change two things.
mamba install -c conda-forge pytorch-lightning==2.0.8 -y
mamba install -c conda-forge wandb -y
mamba install -c conda-forge tensorboard -y
python -m pip install ml-collections
mamba install -c anaconda scikit-learn -y
mamba install -c conda-forge matplotlib -y
mamba install -c anaconda ipython -y
mamba install -c conda-forge tifffile -y
python -m pip install albumentations
mamba install -c conda-forge nd2reader -y
mamba install -c conda-forge yapf -y
mamba install -c conda-forge isort -y
python -m pip install pre-commit
mamba install -c conda-forge czifile -y
mamba install seaborn -c conda-forge -y
mamba install nbconvert -y
mamba install -c anaconda ipykernel -y
mamba install -c conda-forge czifile -y
pip install nd2
pip install scikit-image
# numpy 2 has issues.
pip install --upgrade numpy==1.25.2
# install deepinv locally.
pip install nis2pyr
pip install cellpose
python -m pip install faiss-gpu
pip install papermill