blob: 8b7641adfd0e4feebc43fd7c348e0cceca204952 [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
10WORKDIR /face