mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-01 08:25:00 +00:00
fix: upgrade pip (#872)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
c93f57efd6
commit
93a4bec06b
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ ENV PATH /usr/local/cuda/bin:${PATH}
|
|||
# Extras requirements
|
||||
COPY extra/requirements.txt /build/extra/requirements.txt
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
RUN if [ "${TARGETARCH}" = "amd64" ]; then \
|
||||
pip install auto-gptq;\
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue