Install packages for ipex-llm-serving-cpu docker image (#11321)

* apt-get install patch

* Update Dockerfile

* Update Dockerfile

* revert
This commit is contained in:
Shaojun Liu 2024-06-14 15:26:01 +08:00 committed by GitHub
parent 4359ab3172
commit 77809be946
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ RUN wget -qO /sbin/tini https://github.com/krallin/tini/releases/download/${TINI
chmod +x /sbin/tini && \
cd /llm && \
apt-get update && \
apt-get install -y --no-install-recommends wrk && \
apt-get install -y --no-install-recommends wrk patch g++ && \
pip install --pre --upgrade ipex-llm[serving] && \
# Fix Trivy CVE Issues
pip install Jinja2==3.1.3 transformers==4.36.2 gradio==4.19.2 cryptography==42.0.4 && \