blob: b0fc9383b67defb1b4489b5d70ee96d7482f6fe1 [file] [log] [blame]
giolekva550add72020-04-11 20:01:40 +04001FROM python:3
2
3RUN pip help
4RUN pip install torch --no-cache-dir
5RUN pip install torchvision --no-cache-dir
6RUN pip install facenet-pytorch --no-cache-dir
7RUN pip install opencv-python-headless --no-cache-dir
8RUN pip install matplotlib --no-cache-dir
9
giolekvab0b7f002020-04-16 16:05:40 +040010# COPY . /face
11WORKDIR /face
12
13# RUN rm -r -f output/*
14CMD python face.py detect input output
15# CMD python face.py classify output class