Loading Docker Images
You can deploy KAI-Flow by building images locally or pulling them from a registry (if configured).
Option A: Build Locally (Recommended)¶
This builds the kai-flow-be, kai-flow-fe, and kai-widget images from source. Open your terminal in the project folder and run:
Bash
docker compose build
Option B: Pull Pre-built Images¶
If you are using a registry, open your terminal and run this command:
Bash
docker compose pull