Skip to content

Commit

Permalink
lets see
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkosm committed Dec 26, 2024
1 parent 41df602 commit e39b5f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e39b5f7

Please sign in to comment.