From: Vincent Vanwaelscappel Date: Tue, 4 Nov 2025 18:23:38 +0000 (+0100) Subject: wip #7772 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3df8dea11e5de4899b43769a2bcb31fcc5f23faf;p=fluidbook_processfarm.git wip #7772 --- 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