diff --git a/Dockerfile b/Dockerfile index cc5774541f0ced873666932c1fd9aa90db4aa8a6..a6c3989eeb4fe09c21f03d52cd22f496fc272367 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ FROM jupyter/scipy-notebook:hub-1.5.0 # Install from APT repository USER root RUN apt-get update -y +# Für ASDA (siehe unten) RUN apt-get install -y git RUN apt-get install -y libopenmpi-dev