This commit is contained in:
Shaojun Liu 2024-11-12 22:36:43 +08:00 committed by GitHub
parent dd8964ba9c
commit 27152476e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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