conda config --set auto_activate_base false
conda activate
conda create --name tf --file environment_dlp_2023.txt
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 OR conda install mamba tensorflow-gpu -c conda-forge mamba install scikit-learn gym pypng matplotlib pandas bitarray jupyterlab pydot scikit-image keras-tuner xarray tensorflow-probability seaborn -c conda-forge mamba install scikit-learn-intelex -c conda-forge mamba install geopy opencv -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:
. /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: Wed Mar 15 16:57:53 2023