Skip to content

Commit

Permalink
Disable caching when installing wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Nov 11, 2024
1 parent 2dc435e commit e521a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.4.30 /uv /uvx /bin/
RUN apk update && apk upgrade \
&& apk add libldap vim findutils \
&& uv venv \
&& uv pip install /wheels/*
&& uv pip install --no-cache /wheels/*
RUN chmod a+x /app/entrypoint*

CMD /app/entrypoint.sh

0 comments on commit e521a16

Please sign in to comment.