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

Update file Dockerfile

parent ad5af37f
No related branches found
No related tags found
No related merge requests found
Pipeline #160564 passed
...@@ -29,18 +29,17 @@ RUN pip install --upgrade jupyterlab ...@@ -29,18 +29,17 @@ RUN pip install --upgrade jupyterlab
#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==1.6.0 RUN pip install pandaSDMX
RUN pip install plotly==5.4.0 RUN pip install plotly
# Install for -> artifint # Install for -> artifint
RUN pip install python-constraint==1.4.0 RUN pip install python-constraint
RUN pip install ortools RUN pip install ortools
RUN pip install tensorflow==2.7.0 RUN pip install tensorflow
RUN pip install keras==2.7.0
RUN pip install tensorflow_decision_forests RUN pip install tensorflow_decision_forests
# Install for -> windkanl # Install for -> windkanl
RUN pip install paho-mqtt==1.6.1 RUN pip install paho-mqtt
# Install for -> stroemmt # 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