mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 22:59:53 +02:00
🐛 Upgrade pip before using it (technically we have done it before)
This commit is contained in:
parent
98dd7d2e67
commit
e860549109
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@ COPY data/textline_detection /var/lib/textline_detection
|
|||
|
||||
|
||||
COPY requirements.txt /tmp
|
||||
RUN pip3 install --no-cache-dir -r /tmp/requirements.txt
|
||||
RUN pip3 install --no-cache-dir --upgrade pip && \
|
||||
pip3 install --no-cache-dir -r /tmp/requirements.txt
|
||||
|
||||
COPY my_ocrd_workflow /usr/bin
|
||||
COPY xsd/* /usr/share/xml/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue