Skip to content

Commit

Permalink
Fix serving-cpu image: setuptools-scm requires setuptools>=61 (#12876)
Browse files Browse the repository at this point in the history
* setuptools-scm requires setuptools>=61

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile
  • Loading branch information
liu-shaojun authored Feb 25, 2025
1 parent 06694ba commit dd30d12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/llm/serving/cpu/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
pip install --upgrade omegaconf && \
pip install --upgrade pandas && \
# Install ipex-llm
pip uninstall -y setuptools && \
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 && \
Expand Down

0 comments on commit dd30d12

Please sign in to comment.