Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ COPY ./datahelpers /work/datahelpers

RUN pip install /work/datahelpers
# RUN poetry install

RUN \
sed -i '/import pandas._libs.testing as _testing/i np.bool = np.bool_' /usr/local/lib/python3.8/site-packages/pandas/util/testing.py && \
sed -i '/import numpy as np/a np.object = np.object_' /usr/local/lib/python3.8/site-packages/pandas/core/internals/construction.py
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Schema reference implementations for multiple cities.
### Docker-based installation

1. Build the container
docker build -t opensidewalks-data .
docker build --platform linux/amd64 -t opensidewalks-data .

## Extract a single region's data

Expand Down