From 98565bff9eae82571f5d3359e79e8f1abafbf354 Mon Sep 17 00:00:00 2001 From: Wendy Kan Date: Tue, 1 Dec 2015 11:53:22 +0800 Subject: [PATCH] adding haversine package --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 42219845..efb1ac9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,7 +61,9 @@ RUN conda install pip statsmodels seaborn python-dateutil nltk spacy dask -y -q # DEAP genetic algorithms framework pip install deap && \ # TPOT pipeline infrastructure - pip install tpot + pip install tpot && \ + # haversine + pip install haversine # Install OpenCV-3 with Python support # We build libpng 1.6.17 from source because the apt-get version is too out of