. /home/fagg/tf_setup.sh
. /home/fagg/tf_setup.shThis will automatically set your conda paths up every time you login to the supercomputer.
conda activate dnn
conda config --set auto_activate_base false
conda update -n base -c defaults conda conda create --name tf conda activate tf conda install mamba -c conda-forge mamba install python=3.12 -c conda-forge mamba install numpy=2.2.4 -c conda-forge mamba install cudnn=9.3 -c conda-forge # There will be some package downgrades for now to support tensorflow-probability mamba install tensorflow=2.18 tensorflow-probability -c conda-forge OR mamba install tensorflow-gpu=2.18 tensorflow-probability -c conda-forge mamba install scikit-learn pypng matplotlib pandas bitarray jupyterlab pydot scikit-image keras-tuner xarray seaborn -c conda-forge mamba install netcdf4 geopy opencv wandb jupyter -c conda-forge mamba install plotly openpyxl -c conda-forge EXTRAS: mamba install pytorch-gpu torchvision -c conda-forge
conda activate tf
If you followed the instructions above, then you already have Jupyter Lab installed. Otherwise ... Jupyter Lab installation
Useful software to support jupyter:
Last modified: Fri Mar 28 22:59:00 2025