mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-27 13:49:53 +02:00
⁉️ Check dependencies using pipdeptree to triage Travis build fail
This commit is contained in:
parent
c334b1e7ac
commit
f7b0b4121d
1 changed files with 4 additions and 1 deletions
|
@ -70,10 +70,13 @@ COPY data/textline_detection /var/lib/textline_detection
|
||||||
|
|
||||||
|
|
||||||
# Install requirements
|
# Install requirements
|
||||||
|
# Using pipdeptree here to get more info than from pip3 check
|
||||||
COPY requirements.txt /tmp/
|
COPY requirements.txt /tmp/
|
||||||
RUN pip3 install --no-cache-dir --upgrade pip && \
|
RUN pip3 install --no-cache-dir --upgrade pip && \
|
||||||
pip3 install --no-cache-dir -r /tmp/requirements.txt && \
|
pip3 install --no-cache-dir -r /tmp/requirements.txt && \
|
||||||
pip3 check
|
pip3 install --no-cache-dir pipdeptree && \
|
||||||
|
pipdeptree -w fail
|
||||||
|
|
||||||
|
|
||||||
COPY my_ocrd_workflow /usr/bin/
|
COPY my_ocrd_workflow /usr/bin/
|
||||||
COPY xsd/* /usr/share/xml/
|
COPY xsd/* /usr/share/xml/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue