Skip to content

Commit

Permalink
Remove package cache for container
Browse files Browse the repository at this point in the history
  • Loading branch information
major committed Nov 11, 2024
1 parent 6fed891 commit c7d11dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ RUN pip3 install --upgrade --quiet pip pdm
ENV PDM_CHECK_UPDATE=false

COPY pyproject.toml pdm.lock README.md /project/
COPY packages/ /project/packages
COPY rlsrag/ /project/rlsrag
RUN pdm install --check --prod --no-editable

Expand Down

0 comments on commit c7d11dd

Please sign in to comment.