colab - Serbipunk/notes GitHub Wiki
conda related
https://datascience.stackexchange.com/questions/75948/how-to-setup-and-run-conda-on-google-colab
!git clone https://github.com/Serbipunk/gangealing_playground.git
!cd gangealing_playground
!pip install -q condacolab
import condacolab
condacolab.install()
!cp gangealing_playground/environment_cu102.yml /content
!conda env create -f ./environment_cu102.yml
!/usr/local/envs/gg/bin/python -c "import torch;print(torch.version.cuda)"