mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-04 09:55:00 +00:00
fix: install grpcio-tools with pip
Some checks failed
Security Scan / tests (push) Has been cancelled
Some checks failed
Security Scan / tests (push) Has been cancelled
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
bcd770194b
commit
31f6ab994f
1 changed files with 1 additions and 2 deletions
|
@ -95,14 +95,13 @@ RUN apt-get update && \
|
|||
python-is-python3 \
|
||||
python3-dev llvm \
|
||||
python3-venv && \
|
||||
python3-grpcio-tools && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
# && \
|
||||
# pip install --upgrade pip --break-system-packages
|
||||
|
||||
# Install grpcio-tools (the version in 24.04 is too old)
|
||||
#RUN pip install --user grpcio-tools --break-system-packages
|
||||
RUN pip install --user grpcio-tools --break-system-packages
|
||||
|
||||
###################################
|
||||
###################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue