Skip to content

Commit 02d804d

Browse files
committed
added requested packages per REQ5023902
1 parent 1be0d51 commit 02d804d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

datascience/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ RUN conda install \
2121
RUN pip install \
2222
requests-html \
2323
nbresuse==0.3.3 \
24+
geopandas \
25+
folium \
26+
ipyleaflet \
2427
nbgitpuller && \
2528
jupyter serverextension enable --py nbresuse --sys-prefix && \
2629
jupyter nbextension install --py nbresuse --sys-prefix && \

0 commit comments

Comments
 (0)