Skip to content

Instantly share code, notes, and snippets.

@tommylees112
Created July 28, 2021 12:29
Show Gist options
  • Save tommylees112/d30d737a16bdbfc8c74679cf44e92771 to your computer and use it in GitHub Desktop.
Save tommylees112/d30d737a16bdbfc8c74679cf44e92771 to your computer and use it in GitHub Desktop.
Environment for July 2021 [07/21]
conda create -n env_0721 --yes
conda activate env_0721
conda install -c conda-forge xarray=0.18.2 pandas=1.1.4 numpy=1.20.2
conda install pytorch torchvision -c pytorch --yes
conda install -c conda-forge seaborn=0.11 --yes
conda install -c conda-forge netcdf4 numba tqdm jupyterlab tensorboard ipython pip ruamel.yaml descartes statsmodels scikit-learn black mypy --yes
pip install geopandas
ipython --pdb -c "import torch; assert torch.cuda.is_available(); print(torch.backends.cudnn.version()); print(torch.cuda.device_count());"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment