mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Make sure jupyter lab is enabled in docker environment
This commit is contained in:
parent
94886ffaf4
commit
9f6a335858
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# 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
|
# 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
|
FROM jupyter/scipy-notebook
|
||||||
ENV JUPYTER_LAB_ENABLE=1
|
ENV JUPYTER_ENABLE_LAB=yes
|
||||||
|
|
||||||
RUN pip install geopandas==0.8.1 descartes==1.1.0 sentinelsat==0.14 rasterio==1.1.5 && \
|
RUN pip install geopandas==0.8.1 descartes==1.1.0 sentinelsat==0.14 rasterio==1.1.5 && \
|
||||||
fix-permissions $CONDA_DIR && \
|
fix-permissions $CONDA_DIR && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue