🐳 Docker: Comment installing requirements

pull/27/head
Gerber, Mike 4 years ago
parent 6d5305d07b
commit 934814c03c

@ -72,6 +72,7 @@ COPY data/textline_detection /var/lib/textline_detection
RUN tesseract --list-langs
# Install requirements
COPY requirements.txt /tmp/
RUN pip3 install --no-cache-dir --upgrade pip && \
pip3 install --no-cache-dir -r /tmp/requirements.txt && \

Loading…
Cancel
Save