Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Adding a python dependency to a DigitalOcean function seems straight-forward: https://www.digitalocean.com/community/questions/how-to-install-python-requirements-with-serverless-function
It appears to work when I install numpy and Pillow:
requirements.txt
numpy==1.24.1
Pillow==9.4.0
However, I’m having trouble when trying to add opencv:
opencv-python==4.7.0.68
When attempting to deploy from the CLI I get this error:
Error: While deploying action ‘test/crop’ (running remote build): The action exhausted its memory and was aborted.
Any tips?
Rory McEwan
Anjanesh Lekshminarayanan
182d09356ab94d3893ddfaca4f0270
Prashant Kumbhat
kprichard
e452769e8f30404d81a3bc803143f4
robert
Eleanor
GamesmenJordan