Skip to content

Commit

Permalink
minor fix (#12389)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Nov 12, 2024
1 parent dd8964b commit 2715247
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/llm/inference-cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRO
# Install Dependencies
# remove blinker to avoid error
find /usr/lib/python3/dist-packages/ -name 'blinker*' -exec rm -rf {} + && \
pip install -r /llm/open-webui/backend/requirements.txt -U && \
rm -rf /root/.cache/Cypress && \
pip uninstall -y gunicorn python-jose PyMySQL

Expand Down

0 comments on commit 2715247

Please sign in to comment.