From b8b58d29bdf9422673c09bf3cdc53a55f05f3bed Mon Sep 17 00:00:00 2001 From: dekzter Date: Tue, 4 Mar 2025 08:53:42 -0500 Subject: [PATCH] removed extra requirements files --- docker/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 10703354..1a011943 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 && \