From: Vincent Vanwaelscappel Date: Mon, 20 Oct 2025 17:18:16 +0000 (+0200) Subject: wip #7772 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=dca548db5b1abeb3f888ba712863aacb168d9b03;p=fluidbook_processfarm.git wip #7772 @1 --- diff --git a/Dockerfile b/Dockerfile index b8c6ab8..a8bcfbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends gnupg \ less nano wget bash lynx rsync python3 python3-pip python-is-python3 ffmpeg libsm6 libxext6 RUN pip3 install docling +RUN pip3 install accelerate COPY --from=composer:2 /usr/bin/composer /usr/bin/composer COPY --chmod=755 startup /usr/bin/startup