diff --git a/Dockerfile b/Dockerfile index a6b79cd..028454d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,8 @@ 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 pyproj +RUN pip install pysph +RUN ls +#RUN wget https://github.com/matplotlib/basemap/archive/v1.2.0rel.tar.gz \ No newline at end of file