OCR-D / ocrd_all

Master repository which includes most other OCR-D repositories as submodules
MIT License
72 stars 18 forks source link

Docker: build CD images sequentially #417

Closed bertsky closed 5 months ago

bertsky commented 7 months ago

Currently we build minimum, medium, maximum and maximum-cuda in parallel.

Except for the latter, this offers no time advantage, just consumes more resources (credits).

I suggest we change to

and have the respective jobs depend on each other in the CI.

stweil commented 5 months ago

The latest Docker build fails with a timeout. Shouldn't the maximum builds now be faster than before because they only have to build on top of medium?