mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-25 19:49:52 +02:00
🐳 Docker: Run pip3 check for good measure
This commit is contained in:
parent
303172b279
commit
30f7e1b246
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ COPY README.md .
|
|||
COPY ocrd_calamari ocrd_calamari
|
||||
|
||||
RUN pip3 install --upgrade pip && \
|
||||
pip3 install .
|
||||
pip3 install . && \
|
||||
pip3 check
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/ocrd-calamari-recognize"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue