From 4d8a1a345578e9cfd13533a769a912886bb751f2 Mon Sep 17 00:00:00 2001 From: Nolan Nichols Date: Wed, 15 Oct 2014 12:05:23 -0700 Subject: [PATCH] add: urlgrabber prerq for sparqlwrapper --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 25cb219..f1f8f96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ RUN \ conda install --yes -q pip flask mock pandas requests nose networkx scipy numpy ipython-notebook dateutil traits RUN \ pip -q install celery && \ + pip -q install urlgrabber && \ pip -q install https://github.com/twilio/flask-restful/archive/master.zip && \ pip -q install https://github.com/RDFLib/sparqlwrapper/archive/master.zip && \ pip -q install https://github.com/RDFLib/rdflib/archive/master.zip && \