Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to ocrd_all #80

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.git
70 changes: 0 additions & 70 deletions Dockerfile-core

This file was deleted.

70 changes: 0 additions & 70 deletions Dockerfile-core-cuda12.1

This file was deleted.

18 changes: 0 additions & 18 deletions Dockerfile-dinglehopper

This file was deleted.

18 changes: 0 additions & 18 deletions Dockerfile-eynollah

This file was deleted.

19 changes: 0 additions & 19 deletions Dockerfile-ocrd_anybaseocr

This file was deleted.

20 changes: 0 additions & 20 deletions Dockerfile-ocrd_calamari

This file was deleted.

22 changes: 0 additions & 22 deletions Dockerfile-ocrd_calamari03

This file was deleted.

19 changes: 0 additions & 19 deletions Dockerfile-ocrd_cis

This file was deleted.

24 changes: 0 additions & 24 deletions Dockerfile-ocrd_fileformat

This file was deleted.

39 changes: 0 additions & 39 deletions Dockerfile-ocrd_olena

This file was deleted.

19 changes: 0 additions & 19 deletions Dockerfile-ocrd_segment

This file was deleted.

31 changes: 0 additions & 31 deletions Dockerfile-ocrd_tesserocr

This file was deleted.

7 changes: 3 additions & 4 deletions Dockerfile-ocrd_trocr
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading