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

Update file Dockerfile

parent de1c5b73
No related branches found
No related tags found
Loading
Pipeline #160637 passed
#FROM jupyter/scipy-notebook:hub-1.5.0
FROM jupyter/tensorflow-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
......@@ -34,9 +34,10 @@ RUN pip install pandaSDMX
RUN pip install plotly
# Install for -> artifint
RUN pip install python-constraint
RUN pip install tensorflow_decision_forests
RUN pip install ortools
RUN pip install tensorflow==2.13.0
RUN pip install tensorflow_decision_forests==1.5.0
RUN pip install ortools==9.7.2996
RUN pip install python-constraint==1.4.0
# Install for -> windkanl
RUN pip install paho-mqtt
......
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