diff --git a/Dockerfile b/Dockerfile index f84d48d..a35e69f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,6 @@ RUN pip install plotly RUN pip install xgboost RUN pip install datascience RUN pip install okpy +RUN apt-get install libgeos-3.3.3 libgeos-c1 libgeos-dev RUN pip install --user git+https://github.com/matplotlib/basemap.git WORKDIR $HOME/work/ \ No newline at end of file