Build from Source#

This guide provides step-by-step instructions for cloning the Digital Signage repository, downloading required AI models, and building container images from source.

NOTE: Run all commands as a regular (non-root) user, without using sudo. Ensure Docker is configured and you have internet access before proceeding.

Step 1: Clone the Repository#

git clone https://github.com/intel-retail/digital-signage
cd digital-signage

Step 2: Build Docker Images#

make build

Once the build completes, return to the Get Started guide and follow the remaining steps from Step 3: Download AI Models onwards.