Skip to content

Commit

Permalink
Merge pull request #87 from oesteban/master
Browse files Browse the repository at this point in the history
update docker image
  • Loading branch information
oesteban committed Apr 23, 2016
2 parents 73eb202 + 3fef680 commit a197570
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ RUN git clone $GIT_URL && \
python -c "from mriqc.data import get_brainweb_1mm_normal; get_brainweb_1mm_normal()"

WORKDIR /root/
ADD files/run_mriqc /usr/bin/run_mriqc
ADD files/run_tests /usr/bin/run_tests
ADD files/run_dfcheck /usr/bin/run_dfcheck
RUN chmod +x /usr/bin/run_mriqc && \
chmod +x /usr/bin/run_tests && \
chmod +x /usr/bin/run_dfcheck
ADD files/run_* /usr/bin/
RUN chmod +x /usr/bin/run_*

ENTRYPOINT ["/usr/bin/run_mriqc"]
CMD ["--help"]

0 comments on commit a197570

Please sign in to comment.