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

View file

@ -78,21 +78,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.12"
"pygments_lexer": "ipython3",
"version": "3.8.5"
}
},
"nbformat": 4,