
Hi, I'm trying to install some python libraries (langchain and crewai), but the available runtimes doesn't have all system dependencies necessary. So is possible to create a custom runtime and use it on Appwrite? let's say, create a dockerfile using ubuntu and python, and them make it available when creating functions?

We have an improvement for Python runtimes in the pipeline coming soon

You can try custom build commands to try and workaround but the package has to support Alpine

Hi Evan, I did try installing the missing dependencies with custom build commands, didn't work out. Will wait for the runtime, may that one works.
Recommended threads
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
- keep getting cached data from db
I keep getting cached data from db queries. In my case I query data during build time for building a static nextjs app. sometimes (and very randomly) I get old ...
