From 1640ca20112fab80d53914223356b1238b490841 Mon Sep 17 00:00:00 2001 From: Peter Vennemann <pv238554@fh-muenster.de> Date: Sat, 23 Sep 2023 09:20:01 +0000 Subject: [PATCH] Update file Dockerfile --- Dockerfile | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/Dockerfile b/Dockerfile index c6a3e1c..a0e7fa6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,10 @@ -FROM jupyter/scipy-notebook:hub-1.5.0 +#FROM jupyter/scipy-notebook:hub-1.5.0 +FROM jupyter/tensorflow-notebook:hub-1.5.0 # Install from APT repository -USER root -RUN apt-get update -y -RUN apt-get install -y git +#USER root +#RUN apt-get update -y +#RUN apt-get install -y git # Install XPRA #RUN apt-get install -y gnupg2 apt-transport-https software-properties-common apt-utils mc @@ -21,25 +22,25 @@ RUN apt-get install -y git # Install basics USER jovyan -RUN pip install --upgrade pip +#RUN pip install --upgrade pip # Install 'nice to have lab extensions' -RUN pip install --upgrade jupyterlab +#RUN pip install --upgrade jupyterlab #RUN pip install jupyterlab-git==0.34.0 #RUN pip install jupyterlab-gitlab==3.0.0 # Install for -> ewirtsch -RUN pip install pandaSDMX -RUN pip install plotly +#RUN pip install pandaSDMX +#RUN pip install plotly # Install for -> artifint -RUN pip install python-constraint -RUN pip install ortools -RUN pip install tensorflow +#RUN pip install python-constraint +#RUN pip install ortools +#RUN pip install tensorflow #RUN pip install tensorflow_decision_forests # Install for -> windkanl -RUN pip install paho-mqtt +#RUN pip install paho-mqtt # Install for -> stroemmt -RUN pip install openpivgui +#RUN pip install openpivgui -- GitLab