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
|
|
@ -5,4 +5,11 @@ RUN apt-get update \
|
|||
&& apt-get install -y --no-install-recommends libxcb1 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
WORKDIR /app
|
||||
|
||||
COPY faceai /app
|
||||
COPY bin/Face_Recognition_Unix /opt/face-recognition
|
||||
|
||||
RUN chmod +x /opt/face-recognition/face_matcher
|
||||
|
||||
ENV FACEAI_MATCHER_BINARY=/opt/face-recognition/face_matcher
|
||||
Loading…
Add table
Add a link
Reference in a new issue