From 9f6a3358589556f6bf8534018d94e4206215cea5 Mon Sep 17 00:00:00 2001 From: heyarne Date: Fri, 14 Aug 2020 11:33:18 +0000 Subject: [PATCH] Make sure jupyter lab is enabled in docker environment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f2d6745..cdd43a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 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 && \ fix-permissions $CONDA_DIR && \