diff --git a/Dockerfile b/Dockerfile index 46121d0..2d0d05e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM jupyter/scipy-notebook ENV JUPYTER_ENABLE_LAB=yes -RUN pip install geopandas==0.8.1 descartes==1.1.0 sentinelsat==0.14 rasterio==1.1.5 folium==0.11.0 && \ +RUN conda install -c conda-forge geopandas==0.8.1 && \ + pip install descartes==1.1.0 sentinelsat==0.14 rasterio==1.1.5 folium==0.11.0 && \ fix-permissions $CONDA_DIR && \ fix-permissions /home/$NB_USER