From aa18fa3976c30bfd341a6f36f7a5e698446727c5 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sat, 10 Feb 2024 18:28:20 +0000 Subject: [PATCH] package_info.json added into docker --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 25a9c5b..ebdca15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN apt-get install ffmpeg libsm6 libxext6 -y # Copy required files from repo into image COPY ./deepface /app/deepface COPY ./requirements.txt /app/ +COPY ./package_info.json /app/ COPY ./setup.py /app/ COPY ./README.md /app/