If your app has dependencies installable using Ubuntu's APT package manager, you can list them in your custom app's pyproject.toml
file like this:
[deploy.dependencies.apt]
packages = [
"ffmpeg",
]
Frappe 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
balamurali edited 2 months agoIf 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",
]
Frappe 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
Title
Enter title for the new Wiki Group