Skip to content

Commit

Permalink
add: traits dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholsn committed Aug 24, 2014
1 parent f101a1e commit f147e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV PATH /usr/local/miniconda/bin:$PATH

RUN \
conda update -q conda && \
conda install -q pip flask mock pandas requests nose networkx scipy numpy ipython-notebook dateutil && \
conda install -q pip flask mock pandas requests nose networkx scipy numpy ipython-notebook dateutil traits && \
pip install -q celery && \
pip install -q https://github.com/twilio/flask-restful/archive/master.zip && \
pip install -q https://github.com/RDFLib/rdflib/archive/master.zip && \
Expand Down

0 comments on commit f147e7a

Please sign in to comment.