⬆️ ocrd-galley: Update sbb_binarization (including the model)

This commit is contained in:
Gerber, Mike 2021-04-19 20:57:57 +02:00
parent 7add6858fc
commit 19649aaf91
4 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@ ARG DRONE_COMMIT="latest"
FROM quratorspk/ocrd-galley-core-cuda10.0:$DRONE_COMMIT
ARG PIP_INSTALL="pip install --no-cache-dir"
ARG SBB_BINARIZATION_COMMIT="ea69494"
ARG SBB_BINARIZATION_COMMIT="2c7cd84"
# Build pip installable stuff
@ -12,7 +12,7 @@ RUN ${PIP_INSTALL} \
# Copy models
COPY data/sbb_binarization /var/lib/sbb_binarization
COPY data/sbb_binarization/2021-03-09 /var/lib/sbb_binarization
# Check pip dependencies