From e39b5f7fe7c2fa938fa5a9fa8c23a82fe1f33117 Mon Sep 17 00:00:00 2001 From: Thomas Kosmas Date: Thu, 26 Dec 2024 18:16:37 +0200 Subject: [PATCH] lets see --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ebbc907..a12b6e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,9 @@ COPY pyproject.toml poetry.lock ./ ENV PATH="/root/.local/bin:$PATH" RUN poetry config virtualenvs.create false && \ - poetry install --no-interaction --no-root + poetry install --no-interaction --no-root && \ + rm -rf /root/.cache/pypoetry && \ + rm -rf /root/.cache/pip COPY . ./ COPY magic-pdf.gpu.json /root/magic-pdf.json