Skip to content
Snippets Groups Projects
Commit 629170f9 authored by Peter Vennemann's avatar Peter Vennemann
Browse files

Update file Dockerfile

parent 44c9a80b
No related branches found
No related tags found
No related merge requests found
Pipeline #194317 passed
...@@ -5,7 +5,7 @@ FROM jupyter/scipy-notebook:hub-1.5.0 ...@@ -5,7 +5,7 @@ FROM jupyter/scipy-notebook:hub-1.5.0
USER root USER root
RUN apt-get update -y RUN apt-get update -y
RUN apt-get install -y git RUN apt-get install -y git
RUN apt-get install libopenmpi-dev RUN apt-get install -y libopenmpi-dev
# Install XPRA # Install XPRA
#RUN apt-get install -y gnupg2 apt-transport-https software-properties-common apt-utils mc #RUN apt-get install -y gnupg2 apt-transport-https software-properties-common apt-utils mc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment