From: Vincent Vanwaelscappel Date: Tue, 4 Nov 2025 18:21:44 +0000 (+0100) Subject: wip #7772 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9f9b8a68274d539604f18c1cbc0c2555ae60ccc2;p=fluidbook_processfarm.git wip #7772 --- diff --git a/Dockerfile b/Dockerfile index d6c9686..a104a31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,8 @@ RUN apt-get install -y --no-install-recommends php8.4-cli php8.4-fpm php8.4-curl RUN apt-get install -y --no-install-recommends less nano wget bash lynx rsync python3 python3-pip python-is-python3 ffmpeg libsm6 libxext6 virtualenv RUN virtualenv /application/.venv -RUN source /application/.venv/bin/activate +ENV VIRTUAL_ENV /application/.venv +ENV PATH /application/.venv/bin:$PATH RUN pip3 install docling RUN pip3 install accelerate RUN pip3 install rapidocr