Build from Source#
This guide provides step-by-step instructions for building Live Video Captioning Sample Application from source.
Building the Images#
To build the Docker image for Live Video Captioning application, follow these steps:
Ensure you are in the project directory:
cd edge-ai-suites/metro-ai-suite/live-video-analysis/live-video-captioning
If you are running
Live Video Captioning with RAG, export the following environment variable:export COMPOSE_PROFILES=EMBEDDING
Skip this step if you are running only Live Video Captioning.
[Optional] To include third-party copyleft source packages in the built images, export the environment variable before building:
export COPYLEFT_SOURCES=true
Run the following
docker composecommand:docker compose build