This directory contains Dockerfiles for all project containers.
You can build Docker images using the repository root directory as a build context.
Example: execute the following command from the repository root directory:
sudo docker build -t benetech-server . -f docker/Dockerfile.server
- Dockerfile.dedup-gpu - default video deduplication pipeline (using GPU runtime).
- Dockerfile.dedup-cpu - alternative video deduplication pipeline (fallback to CPU runtime).
- Dockerfile.server - web-ui server