Refactor FaceAI build process and update Docker configurations to include matcher binary

This commit is contained in:
MaddoScientisto 2026-04-19 11:00:50 +02:00
commit d36b0f4e46
15 changed files with 177 additions and 30 deletions

View file

@ -48,8 +48,8 @@ services:
processor:
build:
context: .
dockerfile: docker/processor.Dockerfile
context: ..
dockerfile: faceai/docker/processor.Dockerfile
image: regalami-faceai-processor-local
container_name: regalami-faceai-processor
restart: unless-stopped
@ -74,7 +74,6 @@ services:
volumes:
- .:/app
- ./logs:/data/logs
- ../bin/Face_Recognition_Unix:/opt/face-recognition:ro
- ../test_pkl:/data/pkl:ro
- faceai-runtime:/data/runtime
depends_on: