mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Update rasterio to latest version
This commit is contained in:
parent
72efc4d8e4
commit
8f218bb085
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue