diff --git a/Dockerfile b/Dockerfile index a6b79cd..aadb3e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,5 @@ RUN pip install bokeh RUN pip install scikit-learn RUN pip install seaborn RUN pip install plotly -RUN pip install xgboost \ No newline at end of file +RUN pip install xgboost +RUN pip install basemap \ No newline at end of file