sSrOriginal post
Rank 1: Thread
- I am using self hosted version. For my use case I need certain modules installed in container that is running the python function.
- Is it possible to edit the base image used to create python function environment ?
- Alternatively when i provide requirement.txt file on build time its install those package in the function ... similarly is it possible to provide a script like startup.sh which install some packages, edits env vars etc on build time ???
Summary
You cannot currently customize the runtime environment for cloud functions in Appwrite. However, you can support the issue and provide your use case on the GitHub thread mentioned. This may help to prioritize this feature in future updates.