Skip to content

Commit 396aca6

Browse files
committed
Add geopy to requirements and update Dockerfile for geospatial libraries
1 parent c93394e commit 396aca6

File tree

3 files changed

+304
-299
lines changed

3 files changed

+304
-299
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ RUN apt-get update && \
1313
wget \
1414
unzip \
1515
git \
16+
libgeos-dev \
17+
libproj-dev \
18+
libgdal-dev \
1619
&& apt-get clean && \
1720
rm -rf /var/lib/apt/lists/*
1821

0 commit comments

Comments
 (0)