File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ dependencies:
27
27
- if [[ ! -e "$HOME/bin/codecov" ]]; then mkdir -p $HOME/bin; curl -so $HOME/bin/codecov https://codecov.io/bash && chmod 755 $HOME/bin/codecov; fi
28
28
- (cd $HOME/docker && gzip -d cache.tar.gz && docker load --input $HOME/docker/cache.tar) || true :
29
29
timeout : 6000
30
+ - git clone https://github.com/INCF/pybids.git && cd pybids && python setup.py develop
31
+
30
32
override :
31
33
# Get data
32
34
- if [[ ! -d ~/examples/nipype-tutorial ]]; then wget --retry-connrefused --waitretry=5 --read-timeout=20 --timeout=15 -t 0 -q -O nipype-tutorial.tar.bz2 "${DATA_NIPYPE_TUTORIAL_URL}" && tar xjf nipype-tutorial.tar.bz2 -C ~/examples/; fi
Original file line number Diff line number Diff line change @@ -148,8 +148,4 @@ ENV MATLABCMD="/opt/mcr/v85/toolbox/matlab" \
148
148
SPMMCRCMD="/opt/spm12/run_spm12.sh /opt/mcr/v85/ script" \
149
149
FORCE_SPMMCR=1
150
150
151
- # Install pybids
152
- RUN git clone https://github.com/INCF/pybids.git
153
- RUN pip install -e .
154
-
155
151
WORKDIR /work
You can’t perform that action at this time.
0 commit comments