mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Removed duplicate sentence-transformers install
This commit is contained in:
parent
23788ffcbe
commit
a9fdb90ac5
1 changed files with 0 additions and 2 deletions
|
|
@ -25,8 +25,6 @@ RUN apt-get update && \
|
|||
pip install --no-cache-dir -r requirements-pytorch.txt && \
|
||||
pip install --no-cache-dir -r requirements-sentence-transformers.txt && \
|
||||
python manage.py collectstatic --noinput && \
|
||||
echo "installing sentence-transformers" && \
|
||||
pip install sentence-transformers==3.4.1 && \
|
||||
cd /app/frontend && \
|
||||
npm install && \
|
||||
npm run build && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue