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