Skip to content

Commit

Permalink
Remove ffmpeg and tesseract-ocr, no ingest here anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
KastanDay committed Mar 12, 2024
1 parent 8a17e3d commit d6976fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}
Expand Down

0 comments on commit d6976fe

Please sign in to comment.