diff --git a/Dockerfile b/Dockerfile index 67edbdd..a6b79cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,5 +9,4 @@ RUN pip install bokeh RUN pip install scikit-learn RUN pip install seaborn RUN pip install plotly -RUN pip install xgboost -RUN pip install https://github.com/matplotlib/basemap/archive/v1.0.7rel.tar.gz \ No newline at end of file +RUN pip install xgboost \ No newline at end of file