mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-01 01:19:52 +02:00
🐋 Docker: Simplify requirements install
This commit is contained in:
parent
ddda6e48bc
commit
2204aee104
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ RUN apt-get update && \
|
|||
apt-get clean
|
||||
|
||||
COPY requirements.txt /tmp
|
||||
RUN pip3 install --no-cache-dir ocrd-utils && \
|
||||
pip3 install --no-cache-dir -r /tmp/requirements.txt
|
||||
RUN pip3 install --no-cache-dir -r /tmp/requirements.txt
|
||||
|
||||
COPY my_ocrd_workflow /usr/bin
|
||||
COPY xsd /usr/bin/xsd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue