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.11 -c conda-forge
mamba install mamba tensorflow -c conda-forge
OR
mamba install mamba tensorflow-gpu -c conda-forge
mamba install scikit-learn 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 wandb jupyter -c conda-forge
mamba install plotly openpyxl -c conda-forge
EXTRAS:
mamba install -c huggingface transformers
mamba install netcdf4 -c conda-forge
mamba install pytorch-gpu torchvision -c conda-forge
(torchaudio is not available)
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 dnn
Of course, you will not be able to install additional packages into my space (if you want something, please ask).
Last modified: Fri Mar 22 13:43:24 2024