Conda cheat sheet: https://kapeli.com/cheat_sheets/Conda.docset/Contents/Resources/Documents/index
You should be logged in to OU's VPN to connect to thunder. Use the following link for info about setting up VPN. https://www.ou.edu/marcomm/cms/get-started/vpn
(1) Install Anaconda
(2) Create and activate a new conda env with tensorflow-gpu
(3) Install jupyter lab and other packages
(4) Run jupyter lab
cd ~
wget https://repo.anaconda.com/archive/Anaconda3-2021.05-Linux-x86_64.sh
bash Anaconda3-2021.05-Linux-x86_64.sh
. ~/.bashrc
conda deactivate
conda env create -f ~/conda-yaml/tf-gpu9.yaml
conda activate tf-gpu9
python -c 'import tensorflow as tf ; tf.config.list_physical_devices()'
*** all steps below should have environment activated ***
conda install jupyterlab
jupyter lab
ssh -N -f -L 8888:localhost:8888 jreynolds@thunder.cs.nor.ou.edu
-- enter password
http://localhost:8888/lab?token=381df2b315147a55967b758163031eb59e06103929ae704d