diff --git a/Dockerfile b/Dockerfile index 8ac740298f7588e3263134e0aafc7a26dbf47282..3bf8a2a5b613ba908dc99881d06ba01beb75470b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -#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