From 44c9a80b2ece4a7b59af2d160b8aa55a71420720 Mon Sep 17 00:00:00 2001 From: Peter Vennemann <pv238554@fh-muenster.de> Date: Tue, 28 May 2024 14:28:59 +0000 Subject: [PATCH] Update file Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ec7630..172d183 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 -- GitLab