FROM python RUN pip install redis numpy scipy pyserial RUN mkdir -p /project WORKDIR /project CMD python main.py