From 94886ffaf4a3e22a566a75ad8b3a7a4d13ac1177 Mon Sep 17 00:00:00 2001 From: heyarne Date: Wed, 12 Aug 2020 15:52:17 +0000 Subject: [PATCH] Fix pip dependency declarations in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0283b3a..f2d6745 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ 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 && \ +RUN pip install geopandas==0.8.1 descartes==1.1.0 sentinelsat==0.14 rasterio==1.1.5 && \ fix-permissions $CONDA_DIR && \ fix-permissions /home/$NB_USER