How to enable Python Machine Learning Packages Installation in Self Hosting for function execution?
- 0
- Self Hosted
- Functions
I want to test Image Processing Libraries of Python but by default it is not supported. Is there any way to enable them.
Are you on 1.4?
Yes
as part of the build commands you can install other things as needed.
What you trying to use and what error are you getting?
I am unable to install Pandas and Numpy
try updating your commands to:
apk add --no-cache g++ wget && pip install -r requirements.txt
Recommended threads
- Server error 500 in appwrite 1.8.0
jwt = users.create_jwt(res["userId"])["jwt"] I got this error 500 after changing environment variables and restarting containers export _APP_DOMAIN=server1.ava...
- Email templates partially broken in non-...
Good afternoon! Non-english locales are missing some variables introduced in recent releases. That makes the sent emails look bad. The issue has been raised a...
- AI feature by functions?
I'm creating a website where, in short, users can index certain genealogical content. In connection with the development of AI, I was thinking about introducing...