Refactor FaceAI build process and update Docker configurations to include matcher binary
This commit is contained in:
parent
b13c306883
commit
d36b0f4e46
15 changed files with 177 additions and 30 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue