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 21, 2024
1 parent 19c4e0c commit dede37b
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

RUN make -j4
Expand Down

0 comments on commit dede37b

Please sign in to comment.