Move pip installs from notebooks to Dockerfile and configure sentinelhub auth in .netrc

This commit is contained in:
heyarne 2020-08-12 10:52:03 +00:00
commit 39b70e21dc
10 changed files with 1222 additions and 451 deletions

7
.gitignore vendored
View file

@ -1,8 +1,15 @@
# avoid exposing secrets
.netrc
# ignore any raster files
*.jp2
*.tiff
*.zip
*.SAFE
.jupyter
.local
# Created by https://www.toptal.com/developers/gitignore/api/python,jupyternotebooks
# Edit at https://www.toptal.com/developers/gitignore?templates=python,jupyternotebooks