Installing App APT Dependencies
If your app has dependencies installable using Ubuntu's APT package manager, you can list them in your app's
pyproject.toml
file like this:
[deploy.dependencies.apt]
packages = [
"ffmpeg",
]
Cloud will check if it is present and install it if it is not.
Here is an example from Frappe Drive: github.com/frappe/drive
Installing App APT Dependencies
administrator edited 2 months agoNo Content
Page Settings
docs/
Title
Enter title for the new Wiki Group