Deploy a model with both Python and system dependencies
config.yaml
.
system_packages
:
tesseract-ocr
for text recognition. Below is a minimal setup for deploying it with Truss.
config.yaml
:
pytesseract
, also requires a system package to operate.
Adding system packages works just like adding Python requirements. You can specify any package that’s available via apt
on Debian.