mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-27 13:49:53 +02:00
⬆️ ocrd-galley: Update sbb_binarization (including the model)
This commit is contained in:
parent
7add6858fc
commit
19649aaf91
4 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue