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

@ -3,6 +3,6 @@
FROM jupyter/scipy-notebook
ENV JUPYTER_LAB_ENABLE=1
# RUN pip install geopandas sentinelsat==0.14 descartes && \
# fix-permissions $CONDA_DIR && \
# fix-permissions /home/$NB_USER
RUN pip install geopandas==0.18.1 descartes=1.1.0 sentinelsat==0.14 rasterio==1.1.5 && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER