mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Add missing dependencies to the PDF OCR container (#411)
This commit is contained in:
parent
35b0d80013
commit
81d73445bd
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ FROM docker.io/fedora:42 AS base
|
|||
ENV PIP_BREAK_SYSTEM_PACKAGES=1
|
||||
|
||||
RUN dnf install -y python3.12 && \
|
||||
dnf install -y tesseract poppler-utils && \
|
||||
alternatives --install /usr/bin/python python /usr/bin/python3.12 1 && \
|
||||
python -m ensurepip --upgrade && \
|
||||
pip3 install --no-cache-dir wheel aiohttp && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue