Merge branch 'master' into update/CPPLLAMA_VERSION

This commit is contained in:
Ettore Di Giacinto 2025-03-27 22:23:52 +01:00 committed by GitHub
commit b3bb238b28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@ RUN apt-get update && \
ca-certificates \
curl libssl-dev \
git \
git-lfs \
unzip upx-ucl && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*