FROM gidden/python3-viz

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