mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-08 19:29:53 +02:00
🐳 Docker: Upgrade pip to silence warning and fix potential other problems
This commit is contained in:
parent
7c18b1d391
commit
41f5c8a8fa
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ COPY README.md .
|
||||||
COPY ocrd_calamari ocrd_calamari
|
COPY ocrd_calamari ocrd_calamari
|
||||||
|
|
||||||
RUN make calamari/build
|
RUN make calamari/build
|
||||||
RUN pip3 install .
|
RUN pip3 install --upgrade pip && \
|
||||||
|
pip3 install .
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/ocrd-calamari-recognize"]
|
ENTRYPOINT ["/usr/local/bin/ocrd-calamari-recognize"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue