mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-27 21:59:52 +02:00
🐳 Docker: Comment installing requirements
This commit is contained in:
parent
6d5305d07b
commit
934814c03c
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ COPY data/textline_detection /var/lib/textline_detection
|
||||||
RUN tesseract --list-langs
|
RUN tesseract --list-langs
|
||||||
|
|
||||||
|
|
||||||
|
# Install requirements
|
||||||
COPY requirements.txt /tmp/
|
COPY requirements.txt /tmp/
|
||||||
RUN pip3 install --no-cache-dir --upgrade pip && \
|
RUN pip3 install --no-cache-dir --upgrade pip && \
|
||||||
pip3 install --no-cache-dir -r /tmp/requirements.txt && \
|
pip3 install --no-cache-dir -r /tmp/requirements.txt && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue