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
- Guideline of AI
Hello everyone, I’m planning to specialize in Artificial Intelligence (AI) and I’m currently looking for guidance from someone with strong experience in the fi...
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...