From 8f218bb085b64385839f5602508f4c0d1a816c4e Mon Sep 17 00:00:00 2001 From: heyarne Date: Tue, 16 Feb 2021 12:59:14 +0000 Subject: [PATCH] Update rasterio to latest version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e483bd..bb09bc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,6 @@ ENV JUPYTER_ENABLE_LAB=yes # 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 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 && \ + pip install descartes==1.1.0 sentinelsat==0.14 rasterio==1.2.0 folium==0.11.0 && \ fix-permissions $CONDA_DIR && \ fix-permissions /home/$NB_USER