requirements copied into image

This commit is contained in:
Sefik Ilkin Serengil 2023-04-13 09:21:51 +01:00 committed by GitHub
parent e7050f3e3b
commit 40abc8b2e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ COPY ./deepface /app/deepface
COPY ./api/app.py /app/
COPY ./api/routes.py /app/
COPY ./api/service.py /app/
COPY ./requirements.txt /app/
COPY ./setup.py /app/
COPY ./README.md /app/
# -----------------------------------