-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update 2024 10 11 #452
Update 2024 10 11 #452
Conversation
@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 ... |
Could this be interference from the older page-to-alto still packaged under ocrd_fileformat/repo/ocr-fileformat/vendor? |
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)
- contenders: protobuf and typing-extensions - culprits: torch and tensorflow
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?
(trying to catch both PR and master, both success and failure)
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-transform
that 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'
.