Skip to content

Commit

Permalink
add: urlgrabber prerq for sparqlwrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholsn committed Oct 15, 2014
1 parent 57a7a72 commit 4d8a1a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -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 && \
Expand Down

0 comments on commit 4d8a1a3

Please sign in to comment.