🚧 Drone CI: Build the rest of the images

This commit is contained in:
Gerber, Mike 2021-02-12 15:00:51 +01:00
parent 1c68865e0a
commit 268619a6b7
7 changed files with 22 additions and 6 deletions

View file

@ -1,4 +1,5 @@
FROM my_ocrd_workflow-core-cuda10.0
ARG DRONE_COMMIT="latest"
FROM mikegerber/my_ocrd_workflow-core-cuda10.0:$DRONE_COMMIT
ARG PIP_INSTALL="pip install --no-cache-dir"
ARG SBB_TEXTLINE_DETECTOR_COMMIT="451b71f"