Skip to content

Commit

Permalink
Use temp [dev] only
Browse files Browse the repository at this point in the history
Signed-off-by: Angel Luu <[email protected]>
  • Loading branch information
aluu317 committed Sep 13, 2024
1 parent 5d6bdb5 commit e0aa3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ RUN if [[ "${ENABLE_AIM}" == "true" ]]; then \
fi

RUN if [[ "${ENABLE_DEV}" == "true" ]]; then \
python -m pip install --user "$(head bdist_name)[dev]; \
python -m pip install --user "$(head bdist_name)[dev]"; \
# python -m pip install --user "$(head bdist_name)[dev] $(head bdist_name)[gptq-dev]"; \
fi

Expand Down

0 comments on commit e0aa3ac

Please sign in to comment.