Skip to content

Instantly share code, notes, and snippets.

@theSekyi
Created April 13, 2019 08:28
Show Gist options
  • Select an option

  • Save theSekyi/d7c01fac5654f6170d3e2ea28d40b869 to your computer and use it in GitHub Desktop.

Select an option

Save theSekyi/d7c01fac5654f6170d3e2ea28d40b869 to your computer and use it in GitHub Desktop.
FROM python:3.7
RUN pip install numpy
COPY . /face_recognition_system
WORKDIR /face_recognition_system
RUN pip install -r requirements.txt
CMD ["python","encode_faces.py --dataset dataset --encodings encodings.pickle"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment