⁉️ Check dependencies using pipdeptree to triage Travis build fail

pull/27/head
Gerber, Mike 4 years ago
parent c334b1e7ac
commit f7b0b4121d

@ -70,10 +70,13 @@ COPY data/textline_detection /var/lib/textline_detection
# Install requirements
# Using pipdeptree here to get more info than from pip3 check
COPY requirements.txt /tmp/
RUN pip3 install --no-cache-dir --upgrade pip && \
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 xsd/* /usr/share/xml/

Loading…
Cancel
Save