Skip to content

Commit

Permalink
add: separate nipype call
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholsn committed Aug 25, 2014
1 parent 9d699e9 commit b1dcae3
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ RUN \
conda update --yes -q conda && \
conda install --yes -q pip flask mock pandas requests nose networkx scipy numpy ipython-notebook dateutil traits
RUN \
pip install celery && \
pip install https://github.com/twilio/flask-restful/archive/master.zip && \
pip install https://github.com/RDFLib/rdflib/archive/master.zip && \
pip install https://github.com/RDFLib/rdflib-jsonld/archive/master.zip && \
pip install https://github.com/trungdong/prov/archive/rdf.zip && \
pip install https://github.com/nicholsn/niquery/archive/master.zip && \
pip install https://github.com/nipy/nibabel/archive/master.zip && \
pip -q install celery && \
pip -q install https://github.com/twilio/flask-restful/archive/master.zip && \
pip -q install https://github.com/RDFLib/rdflib/archive/master.zip && \
pip -q install https://github.com/RDFLib/rdflib-jsonld/archive/master.zip && \
pip -q install https://github.com/trungdong/prov/archive/rdf.zip && \
pip -q install https://github.com/nicholsn/niquery/archive/master.zip && \
pip install https://github.com/nipy/nibabel/archive/master.zip

RUN \
pip install https://github.com/nipy/nipype/archive/master.zip

EXPOSE 5000
Expand Down

0 comments on commit b1dcae3

Please sign in to comment.