mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-19 20:57:54 +00:00
chore: install llvm 10
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
6d350ccce0
commit
b06046fe4c
@ -81,13 +81,12 @@ RUN apt-get update && \
|
|||||||
espeak \
|
espeak \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python-is-python3 \
|
python-is-python3 \
|
||||||
llvm \
|
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-venv && \
|
python3-venv && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
|
RUN curl -L https://apt.llvm.org/llvm.sh -o llvm.sh && chmod +x llvm.sh && ./llvm.sh 10
|
||||||
# Install grpcio-tools (the version in 22.04 is too old)
|
# Install grpcio-tools (the version in 22.04 is too old)
|
||||||
RUN pip install --user grpcio-tools
|
RUN pip install --user grpcio-tools
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user