Slimmed the image
All checks were successful
Publish FaceAI Container / publish (push) Successful in 2m54s

This commit is contained in:
MaddoScientisto 2026-04-19 11:25:25 +02:00
commit cf316c8563
8 changed files with 34 additions and 22 deletions

View file

@ -8,7 +8,7 @@ RUN apt-get update \
WORKDIR /app
COPY faceai /app
COPY bin/Face_Recognition_Unix /opt/face-recognition
COPY bin/Face_Recognition_Unix/face_matcher /opt/face-recognition/face_matcher
RUN chmod +x /opt/face-recognition/face_matcher