Add folium dependency

This commit is contained in:
heyarne 2020-08-19 15:23:22 +00:00
commit 62ecce38be

View file

@ -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