From cea825e4aa90c6233399c78997af8383d6c98938 Mon Sep 17 00:00:00 2001 From: fabrice Date: Sun, 20 Jan 2019 18:45:50 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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