Skip to content

Commit

Permalink
♻️ switch to using uv for pip install
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Gupta <[email protected]>
  • Loading branch information
prashantgupta24 committed Aug 20, 2024
1 parent 197e383 commit d6e6f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \

# Install peft for prompt adapter support
RUN --mount=type=cache,target=/root/.cache/pip \
pip install peft==0.12.0
uv pip install peft==0.12.0

ENV HF_HUB_OFFLINE=1 \
PORT=8000 \
Expand Down

0 comments on commit d6e6f1c

Please sign in to comment.