FROM python:3.8
WORKDIR /app
COPY requirements.txt .
RUN pip install cython numpy==1.18.2 && pip install -r requirements.txt