mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-27 13:49:53 +02:00
🎡 Check pip dependencies early
This commit is contained in:
parent
3ecf478f79
commit
eb58448f6d
1 changed files with 5 additions and 0 deletions
|
@ -78,5 +78,10 @@ RUN pip3 install --no-cache-dir -r /tmp/requirements.txt
|
||||||
COPY my_ocrd_workflow /usr/bin
|
COPY my_ocrd_workflow /usr/bin
|
||||||
COPY xsd/* /usr/share/xml/
|
COPY xsd/* /usr/share/xml/
|
||||||
|
|
||||||
|
|
||||||
|
RUN pip3 install --no-cache-dir pipdeptree && \
|
||||||
|
pipdeptree -w fail
|
||||||
|
|
||||||
|
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
CMD ["/usr/bin/my_ocrd_workflow"]
|
CMD ["/usr/bin/my_ocrd_workflow"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue