FROM stimela/base:1.0.1
RUN docker-apt-install python3-numpy python3-pip
RUN apt-get update
RUN pip3 install pyddi 
