FROM python:3

COPY requirements.txt /home/
RUN python3 -m pip install opencv-python scikit-image requests
