Skip to content

Commit

Permalink
build: pip no compile (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
yxtay authored Jan 30, 2024
1 parent dd0259c commit 3c1c518
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 @@ -35,7 +35,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \

ENV PYTHONDONTWRITEBYTECODE=1 \
PIP_DISABLE_PIP_VERSION_CHECK=1 \
PIP_NO_COMPILE=1 \
PIP_NO_COMPILE=0 \
POETRY_NO_INTERACTION=1

# set up python
Expand Down

0 comments on commit 3c1c518

Please sign in to comment.