Update 'Dockerfile'

This commit is contained in:
fabrice 2018-12-20 14:38:57 +00:00
parent 5e1a620ccd
commit ef92ed5802

View File

@ -7,3 +7,6 @@ RUN ls
RUN pip install tensorflow RUN pip install tensorflow
RUN pip install bokeh RUN pip install bokeh
RUN pip install scikit-learn RUN pip install scikit-learn
RUN pip install seaborn
RUN pip install plotly
RUN pip install xgboost