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

Update file Dockerfile

parent 1640ca20
No related branches found
No related tags found
No related merge requests found
Pipeline #160615 passed
......@@ -22,25 +22,25 @@ FROM jupyter/tensorflow-notebook:hub-1.5.0
# 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 python-constraint
RUN pip install ortools
#RUN pip install tensorflow
#RUN pip install tensorflow_decision_forests
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
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