Skip to content

Instantly share code, notes, and snippets.

@HernandoR
Last active May 11, 2023 05:55
Show Gist options
  • Save HernandoR/3f13f82d075173e77a42c8845a12096f to your computer and use it in GitHub Desktop.
Save HernandoR/3f13f82d075173e77a42c8845a12096f to your computer and use it in GitHub Desktop.
conda config --prepend channels https://public.dhe.ibm.com/ibmdl/export/pub/software/server/ibm-ai/conda-early-access/ -y
conda create -n ibm-ai -y
# conda activate ibm-ai -y
conda install -n base mamba -c conda-forge -y
mamba install pytorch torchvision cudatoolkit -c https://public.dhe.ibm.com/ibmdl/export/pub/software/server/ibm-ai/conda-early-access/ -y
mamba install opencv -y
export IBM_POWERAI_LICENSE_ACCEPT=yes
conda install powerai -y
@HernandoR
Copy link
Author

maybe manually :

mamba install -y wandb jupyter albumentations matplotlib numpy pandas timm scikit-learn tqdm  cachetools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment