Created
January 28, 2022 19:06
-
-
Save tommylees112/77ef63eeec658ebd61bfb1eb4875ef78 to your computer and use it in GitHub Desktop.
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 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