droped package info in dockerfile

This commit is contained in:
Sefik Ilkin Serengil 2024-02-04 17:03:24 +00:00
parent c65274290b
commit ecf1de5986

View File

@ -20,7 +20,6 @@ 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/