File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,10 @@ docker run -it --gpus all -v /dev/shm:/dev/shm -v /home/kin/data:/home/kin/data
1919We will use conda to manage the environment with mamba for faster package installation.
2020
2121### System
22- Install conda for package management and mamba for faster package installation:
22+ Install conda with mamba for package management and for faster package installation:
2323``` bash
24- wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
25- bash Miniconda3-latest-Linux-x86_64.sh
26-
27- curl -L -O " https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$( uname) -$( uname -m) .sh"
28- bash Mambaforge-$( uname) -$( uname -m) .sh
24+ curl -L -O " https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$( uname) -$( uname -m) .sh"
25+ bash Miniforge3-$( uname) -$( uname -m) .sh
2926```
3027
3128### Environment
You can’t perform that action at this time.
0 commit comments