Skip to content

Commit d06e13c

Browse files
author
a.karbalayghareh
committed
update init.sh
1 parent 93f5d86 commit d06e13c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

init.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Download the latest Miniforge installer with curl
2-
curl -L -o Miniforge3.sh https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh
2+
#curl -L -o Miniforge3.sh https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh
33

44
# Install miniforge3 and initiate it
5-
bash Miniforge3.sh -b -p /work/miniforge3
6-
miniforge3/bin/conda init bash
5+
#bash Miniforge3.sh -b -p /work/miniforge3
6+
/mnt/pvc/miniforge3/bin/conda init bash
77
source ~/.bashrc
88

99
# Delete installer
10-
rm Miniforge3.sh
10+
#rm Miniforge3.sh
1111

1212
# Create Conda env
1313
#mamba create -n gremln pytorch torchvision torchaudio pyg lightning pyarrow numpy==1.26.0 ninja scanpy plotnine pandas scikit-learn ipykernel wandb polars fast_matrix_market jupyter loralib pyg-lib flash-attn -c conda-forge -c pytorch -c nvidia -c pyg

0 commit comments

Comments
 (0)