mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-31 14:34:40 +00:00
Actor: Updating Docling to 2.17.0
Signed-off-by: Václav Vančura <commit@vancura.dev>
This commit is contained in:
parent
7d651eb61f
commit
f064f762f5
@ -19,7 +19,7 @@ RUN groupadd -r appuser && useradd -r -g appuser -s /sbin/nologin appuser && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
\
|
||||
pip install --no-cache-dir --upgrade pip && \
|
||||
pip install --no-cache-dir docling==2.15.1 && \
|
||||
pip install --no-cache-dir docling==2.17.0 && \
|
||||
\
|
||||
npm install -g npm@latest && \
|
||||
npm install -g apify-cli && \
|
||||
|
Loading…
Reference in New Issue
Block a user