mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-02 17:04:59 +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
|
# Extras requirements
|
||||||
COPY extra/requirements.txt /build/extra/requirements.txt
|
COPY extra/requirements.txt /build/extra/requirements.txt
|
||||||
|
|
||||||
|
RUN pip install --upgrade pip
|
||||||
RUN if [ "${TARGETARCH}" = "amd64" ]; then \
|
RUN if [ "${TARGETARCH}" = "amd64" ]; then \
|
||||||
pip install auto-gptq;\
|
pip install auto-gptq;\
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue