This commit is contained in:
SergeantPanda 2025-03-04 08:09:55 -06:00
commit 93a359f141

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