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

Update file Dockerfile

parent ac8597c6
No related branches found
No related tags found
No related merge requests found
Pipeline #160610 failed
...@@ -21,25 +21,25 @@ RUN apt-get install -y git ...@@ -21,25 +21,25 @@ RUN apt-get install -y git
# Install basics # Install basics
USER jovyan USER jovyan
RUN pip3 install --upgrade pip RUN pip3 install --upgrade pip3
# Install 'nice to have lab extensions' # Install 'nice to have lab extensions'
RUN pip install --upgrade jupyterlab RUN pip3 install --upgrade jupyterlab
#RUN pip install jupyterlab-git==0.34.0 #RUN pip install jupyterlab-git==0.34.0
#RUN pip install jupyterlab-gitlab==3.0.0 #RUN pip install jupyterlab-gitlab==3.0.0
# Install for -> ewirtsch # Install for -> ewirtsch
RUN pip install pandaSDMX RUN pip3 install pandaSDMX
RUN pip install plotly RUN pip3 install plotly
# Install for -> artifint # Install for -> artifint
RUN pip install python-constraint RUN pip3 install python-constraint
RUN pip install ortools RUN pip3 install ortools
RUN pip install tensorflow RUN pip3 install tensorflow
RUN pip install tensorflow_decision_forests RUN pip3 install tensorflow_decision_forests
# Install for -> windkanl # Install for -> windkanl
RUN pip install paho-mqtt RUN pip3 install paho-mqtt
# Install for -> stroemmt # Install for -> stroemmt
RUN pip install openpivgui RUN pip3 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