conda config --set auto_activate_base false
conda activate
conda env create -f tf_environment.yml
conda activate tf
conda config --set auto_activate_base false
conda update -n base -c defaults conda conda create --name tf conda activate tf conda install mamba tensorflow -c conda-forge conda install scikit-learn gym pypng matplotlib pandas bitarray jupyterlab pydot scikit-image keras-tuner xarray tensorflow-probability scikit-learn-intelex -c conda-forge pip install tensorflow-addons x
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:
. /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 tf
Of course, you will not be able to install additional packages into my space (if you want something, please ask).
Last modified: Fri Nov 18 23:02:17 2022