Skip to content

Instantly share code, notes, and snippets.

@tommylees112
Created January 28, 2022 19:06
Show Gist options
  • Save tommylees112/77ef63eeec658ebd61bfb1eb4875ef78 to your computer and use it in GitHub Desktop.
Save tommylees112/77ef63eeec658ebd61bfb1eb4875ef78 to your computer and use it in GitHub Desktop.
conda create -n h2ox --yes
conda activate h2ox
conda install pytorch torchvision cudatoolkit -c pytorch --yes
conda install -c conda-forge jupyterlab seaborn loguru --yes
conda install -c conda-forge netcdf4 numba tqdm tensorboard ipython pip ruamel.yaml xarray descartes scikit-learn black mypy xskillscore cdsapi cftime --yes
# conda install -c alex-marty sacred
pip install sacred
pip install geopandas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment