Skip to content

Commit

Permalink
added pyshp library to jupyter image
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolayilyin committed Aug 28, 2023
1 parent a6592bc commit 3aa019c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/jupyter-enhanced/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM jupyter/scipy-notebook

RUN pip install geopandas pandas pygeos boto s3fs shapely gcsfs
RUN pip install p2j pyproj pyrosm
RUN pip install p2j pyproj pyrosm
RUN pip install pyshp

0 comments on commit 3aa019c

Please sign in to comment.