mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-06 02:28:15 +00:00
fix(ci): pin to llvmlite 0.43 (#3342)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
2669f4738a
commit
736df11454
@ -81,7 +81,7 @@ RUN apt-get update && \
|
|||||||
espeak \
|
espeak \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python-is-python3 \
|
python-is-python3 \
|
||||||
python3-dev llvm-10* \
|
python3-dev llvm \
|
||||||
python3-venv && \
|
python3-venv && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
grpcio==1.65.5
|
grpcio==1.65.5
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
||||||
|
llvmlite==0.43.0
|
Loading…
x
Reference in New Issue
Block a user