From 3df8dea11e5de4899b43769a2bcb31fcc5f23faf Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 4 Nov 2025 19:23:38 +0100 Subject: [PATCH] wip #7772 --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a104a31..004445b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,9 +15,7 @@ RUN apt-get install -y --no-install-recommends less nano wget bash lynx rsync py RUN virtualenv /application/.venv ENV VIRTUAL_ENV /application/.venv ENV PATH /application/.venv/bin:$PATH -RUN pip3 install docling -RUN pip3 install accelerate -RUN pip3 install rapidocr +RUN pip3 install docling accelerate rapidocr COPY --from=composer:2 /usr/bin/composer /usr/bin/composer COPY --chmod=755 startup /usr/bin/startup -- 2.39.5