Skip to content

Instantly share code, notes, and snippets.

@tommylees112
Last active May 21, 2021 12:27
Show Gist options
  • Save tommylees112/3e23887a45e259c05df27d93bdd200cc to your computer and use it in GitHub Desktop.
Save tommylees112/3e23887a45e259c05df27d93bdd200cc to your computer and use it in GitHub Desktop.
Conda environment for Antonia
conda create -n ml --yes python=3.7
conda activate ml
conda install tensorflow -c anaconda --yes
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 xarray descartes statsmodels scikit-learn black mypy --yes
conda install -c anaconda spyder
python -c "import torch; import xarray"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment