mirror of
https://github.com/mudler/LocalAI.git
synced 2025-04-15 23:16:48 +00:00
fix: upgrade pip (#872)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
c93f57efd6
commit
93a4bec06b
@ -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…
x
Reference in New Issue
Block a user