Skip to content

Commit

Permalink
pin nightly to pygeoapi 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Apr 15, 2024
1 parent 0bd0874 commit a74256b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN apt-get update && \
apt-get install -y python3 python3-setuptools python3-pip git curl unzip python3-click python3-fiona python3-gdal python3-lxml python3-parse python3-pyproj python3-rasterio python3-requests python3-slugify python3-sqlalchemy python3-unicodecsv python3-xarray python3-yaml

# install pygeoapi
RUN git clone $PYGEOAPI_GITREPO && \
RUN git clone $PYGEOAPI_GITREPO -b 0.16.1 && \
cd pygeoapi && \
pip3 install -r requirements.txt && \
pip3 install flask_cors gunicorn gevent greenlet && \
Expand Down

0 comments on commit a74256b

Please sign in to comment.