diff --git a/Dockerfile b/Dockerfile index 9ec763068b17cbc9ce93d5d57abad71f62fb4fda..172d1836e35accfd0447ee896194b8f6009e06b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM jupyter/scipy-notebook:hub-1.5.0 USER root RUN apt-get update -y RUN apt-get install -y git -RUN apt-get install -y python3-dev +RUN apt-get install libopenmpi-dev # Install XPRA #RUN apt-get install -y gnupg2 apt-transport-https software-properties-common apt-utils mc