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.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
deploying them is not so easy… I need to install gunicorn but there is no way to do that. Am I missing something? This is what my Run command looks like
gunicorn --worker-tmp-dir /dev/shm --config gunicorn.conf.py app.main:app
The error is
bash gunicorn: command not found
using sudo apt install gunicorn is also not allowed, so how do we start a FastAPI app?