mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
8 lines
338 B
Docker
8 lines
338 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 sentinelsat==0.14 descartes && \
|
|
# fix-permissions $CONDA_DIR && \
|
|
# fix-permissions /home/$NB_USER
|