FROM gidden/python2-viz

COPY . /aneris
WORKDIR /
RUN cd /aneris && python2 setup.py install 
