Conversation
Collaborator
|
@kba you can update ocrd_cis from bertsky/fix-alpha-shape now. But it seems that page2alto is still broken: This was an editable install, so ... |
Collaborator
Could this be interference from the older page-to-alto still packaged under ocrd_fileformat/repo/ocr-fileformat/vendor? |
Member
Author
Yes, indeed, thanks. Updated. |
- ocrd-calamari: no need to reinstall protobuf here anymore - fix-cuda: downgrade Torch (to avoid conflicts around typing-extensions)
- ensure semaphore when creating venvs, too - fix-cuda: same in sub-venv (avoid CUDA 12)
Collaborator
- contenders: protobuf and typing-extensions - culprits: torch and tensorflow
Collaborator
We also need qurator-spk/sbb_binarization#70 to avoid the TF conflict between eynollah and sbb_binarization – can you please update, @kba? |
(to avoid conflict on checkout)
This is my first attempt at utilising the v2 API (for removal of temporary tags on Dockerhub).
- already contained: remove temporary images after deploy
- still missing: cleanup after build:
- in case of failure: immediately
- normally: if not on master, then when
- on medium: remove minimum
- on maximum: remove medium
- _after_ maximum: remove maximum
(the problem with this is that the `docker push` is implemented as a `post-step` in the workflow def)
what is going on with envvars here?
Collaborator
Collaborator
(trying to catch both PR and master, both success and failure)
bertsky
approved these changes
Oct 15, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Time for a new release!
Includes the just released v2.70.0 of OCR-D/core as well as Dockerfiles for most projects (ht @joschrew @bertsky for that effort), so we now have slim containers consistently.
Also includes a new processor
ocrd-page2alto-transformthat provides an OCR-D interface for https://github.com/OCR-D/page-to-alto directly, which is significantly faster than using it viaocrd-fileformat-transform -P from-to 'page alto'.