Skip to content

Commit

Permalink
Install latest maplibre
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Jan 19, 2024
1 parent 902a9ca commit f0ee5ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/examples/hike/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3.11.5

RUN pip install maplibre geopandas
# RUN pip install maplibre geopandas
RUN pip install "maplibre[all] @ git+https://github.com/eodaGmbH/py-maplibregl@feature/examples"

COPY ./app.py ./app.py

Expand Down

0 comments on commit f0ee5ce

Please sign in to comment.