removed extra requirements files

This commit is contained in:
dekzter 2025-03-04 08:53:42 -05:00
parent d1954638f6
commit b8b58d29bd

View file

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