mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 19:45:21 +00:00
Update Dockerfile
api py added
This commit is contained in:
parent
8eb8d96a54
commit
99f5295638
@ -9,6 +9,7 @@ RUN mkdir /app/deepface
|
||||
# Copy required files from repo into image
|
||||
COPY ./deepface /app/deepface
|
||||
COPY ./api/app.py /app/
|
||||
COPY ./api/api.py /app/
|
||||
COPY ./api/routes.py /app/
|
||||
COPY ./api/service.py /app/
|
||||
COPY ./requirements.txt /app/
|
||||
|
Loading…
x
Reference in New Issue
Block a user