diff --git a/Dockerfile b/Dockerfile index a6b997a..a6b79cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,11 +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 pyproj -RUN pip install pysph -RUN wget https://github.com/matplotlib/basemap/archive/v1.2.0rel.tar.gz -RUN tar -xvzf v1.2.0rel.tar.gz -RUN rm v1.2.0rel.tar.gz -RUN cd basemap-1.2.0rel/ && ls -RUN ls \ No newline at end of file +RUN pip install xgboost \ No newline at end of file