mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Add folium dependency
This commit is contained in:
parent
302f43f86d
commit
62ecce38be
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
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 && \
|
||||
RUN pip install geopandas==0.8.1 descartes==1.1.0 sentinelsat==0.14 rasterio==1.1.5 folium==0.11.0 && \
|
||||
fix-permissions $CONDA_DIR && \
|
||||
fix-permissions /home/$NB_USER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue