mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
removed extra requirements files
This commit is contained in:
parent
d1954638f6
commit
b8b58d29bd
1 changed files with 0 additions and 2 deletions
|
|
@ -22,8 +22,6 @@ RUN apt-get update && \
|
|||
git clone https://github.com/Dispatcharr/Dispatcharr /app && \
|
||||
cd /app && \
|
||||
pip install --no-cache-dir -r requirements.txt && \
|
||||
pip install --no-cache-dir -r requirements-pytorch.txt && \
|
||||
pip install --no-cache-dir -r requirements-sentence-transformers.txt && \
|
||||
python manage.py collectstatic --noinput && \
|
||||
cd /app/frontend && \
|
||||
npm install && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue