Skip to content

Commit

Permalink
feat(docker): use Sensing model
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed May 24, 2024
1 parent 53348d2 commit b1179a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ RUN ./bootstrap.sh
# https://github.com/openvenues/libpostal/pull/632#issuecomment-1648303654
ARG TARGETARCH
RUN if [ "$TARGETARCH" = "arm64" ]; then \
./configure --datadir='/usr/share/libpostal' --disable-sse2; \
./configure --datadir='/usr/share/libpostal' --disable-sse2 MODEL=senzing; \
else \
./configure --datadir='/usr/share/libpostal'; \
./configure --datadir='/usr/share/libpostal' MODEL=senzing; \
fi

# compile
Expand Down

0 comments on commit b1179a7

Please sign in to comment.