CHPC Notebooks for Hands-On Deep Learning
by Wim R.M. Cardoen (CHPC, University of Utah)
- Download the miniforge installation script
wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh - Install the miniforge base in a directory with variable name DIR
bash ./Miniforge3-Linux-x86_64.sh -b -p $DIR - Modify the
PATHvariable (assuming yourSHELLis eithersh,bashorzsh)
export PATH=$DIR/bin:$PATHecho $(which python)
- Install the required packages (the file requirements.txt is to be found in install)
pip install -r install/requirements.txt - A
miniforgelmod file can be found in the directory install/lmod/.
python install/check_install.py