Skip to content

Commit

Permalink
add: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholsn committed Aug 25, 2014
1 parent 5144562 commit 9d699e9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ 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 -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 && \
pip install -q https://github.com/RDFLib/rdflib-jsonld/archive/master.zip && \
pip install -q https://github.com/trungdong/prov/archive/rdf.zip && \
pip install -q https://github.com/nicholsn/niquery/archive/master.zip && \
pip install -q https://github.com/nipy/nibabel/archive/master.zip && \
pip install -q https://github.com/nipy/nipype/archive/master.zip
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 install https://github.com/nipy/nipype/archive/master.zip

EXPOSE 5000
CMD /usr/local/miniconda/bin/niquery

0 comments on commit 9d699e9

Please sign in to comment.