. /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 # There will be some package downgrades for now to support tensorflow-probability mamba install tensorflow tensorflow-probability -c conda-forge OR mamba install tensorflow-gpu 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 scikit-learn-intelex -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: Mon Jan 13 17:08:56 2025