Created
July 28, 2021 12:29
-
-
Save tommylees112/d30d737a16bdbfc8c74679cf44e92771 to your computer and use it in GitHub Desktop.
Environment for July 2021 [07/21]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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