mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 22:59:53 +02:00
🐛 Fix ocrd_trocr (by adding custom image)
This commit is contained in:
parent
956de7492f
commit
b01d2ca6a1
7 changed files with 74 additions and 52 deletions
|
@ -1,8 +1,7 @@
|
|||
ARG GIT_COMMIT="latest"
|
||||
FROM quratorspk/ocrd-galley-core:$GIT_COMMIT
|
||||
FROM ocrd/all:maximum
|
||||
|
||||
ARG PIP_INSTALL="pip install --no-cache-dir"
|
||||
ARG OCRD_TROCR_COMMIT="250ff1c"
|
||||
ARG PIP_INSTALL="pip3 install --no-cache-dir"
|
||||
ARG OCRD_TROCR_COMMIT="30696cb"
|
||||
|
||||
|
||||
# Build pip installable stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue