From d6976fe6e017d526b07b98366b4b269ed27e7e28 Mon Sep 17 00:00:00 2001 From: Kastan Day Date: Tue, 12 Mar 2024 10:50:24 -0600 Subject: [PATCH] Remove ffmpeg and tesseract-ocr, no ingest here anymore --- railway.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/railway.json b/railway.json index 56b39dac..d6d92535 100644 --- a/railway.json +++ b/railway.json @@ -10,11 +10,9 @@ "python -m venv --copies /opt/venv && . /opt/venv/bin/activate", "pip install pip==23.3.1", "pip install -r requirements.txt" - ], - "aptPkgs": ["ffmpeg", "tesseract-ocr"] + ] }, "setup": { - "aptPkgs": ["libcap-dev", "libgl1"], "nixPkgs": ["python310", "gcc"] } }