FROM python:latest

RUN apt-get update \
 && apt-get install -y libopenmpi-dev
RUN pip install /workspace
