File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
77source ~ /.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
You can’t perform that action at this time.
0 commit comments