earth-observation-for-journ.../Dockerfile

8 lines
362 B
Docker

# See https://jupyter-docker-stacks.readthedocs.io/en/latest/using/recipes.html#using-pip-install-or-conda-install-in-a-child-docker-image for more info
FROM jupyter/scipy-notebook
ENV JUPYTER_LAB_ENABLE=1
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