Customize your Python environment

Allowing you to write Python code without worrying about its execution environment is at the core of Baseten β€” no dockerfiles, no Kubernetes deployments, no Flask app boilerplate.

However this doesn't come at the expense of control. You now have full control over the Python environment that executes your code, whether you want to install a 3rd party package from PyPi or install a custom wheel.

See it in action below and read about it on our docs.