Skip to content

Commit

Permalink
typo in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil committed Feb 4, 2024
1 parent 3665502 commit 0c4f347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +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/package_info.json
COPY ./package_info.json /app/
COPY ./setup.py /app/
COPY ./README.md /app/

Expand Down

0 comments on commit 0c4f347

Please sign in to comment.