blob: 8b7641adfd0e4feebc43fd7c348e0cceca204952 [file] [log] [blame]
FROM python:3
RUN pip help
RUN pip install torch --no-cache-dir
RUN pip install torchvision --no-cache-dir
RUN pip install facenet-pytorch --no-cache-dir
RUN pip install opencv-python-headless --no-cache-dir
RUN pip install matplotlib --no-cache-dir
WORKDIR /face