FROM python2.7

RUN mkdir /model
COPY . /model
WORKDIR /model
RUN pip install -r requirements.txt