fix(ci): pin to llvmlite 0.43 (#3342)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-08-20 20:14:35 +02:00 committed by GitHub
parent 2669f4738a
commit 736df11454
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -81,7 +81,7 @@ RUN apt-get update && \
espeak \
python3-pip \
python-is-python3 \
python3-dev llvm-10* \
python3-dev llvm \
python3-venv && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \

View File

@ -1,3 +1,4 @@
grpcio==1.65.5
protobuf
certifi
certifi
llvmlite==0.43.0