fix: add llvm to extra images (#3321)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2024-08-20 12:14:47 +02:00
committed by GitHub
parent d903925fe7
commit dfa183551e

View File

@ -81,6 +81,7 @@ RUN apt-get update && \
espeak \
python3-pip \
python-is-python3 \
llvm \
python3-dev \
python3-venv && \
apt-get clean && \