For the complete documentation index, see llms.txt. This page is also available as Markdown.

Adding python backend code to existing installation

Docker compose

If you are using docker compose to run UI Bakery, you will need to add the following container to your docker-compose.yaml file:

  python-runtime:
    container_name: python-runtime
    image: cruibakeryonprem.azurecr.io/cloud/python-runtime:latest
    restart: always
    env_file: .env

Kubernetes

To add the Python executor to an existing cluster, you can copy a new deployment from our repository.

Last updated

Was this helpful?