From ef92ed580258e8d80076c4a7c533e9fcdd2a7440 Mon Sep 17 00:00:00 2001 From: fabrice Date: Thu, 20 Dec 2018 14:38:57 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 83c8249..a6b79cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,7 @@ USER jovyan RUN ls RUN pip install tensorflow RUN pip install bokeh -RUN pip install scikit-learn \ No newline at end of file +RUN pip install scikit-learn +RUN pip install seaborn +RUN pip install plotly +RUN pip install xgboost \ No newline at end of file