minor fix (#12389)
This commit is contained in:
parent
dd8964ba9c
commit
27152476e1
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue