OCR-D/ocrd_all

Docker: build CD images sequentially

bertsky opened this issue · 1 comments

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

  • medium using minimum as first stage
  • maximum using medium as first stage

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

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?