mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +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
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue