Skip to content

Commit ab7084c

Browse files
committed
circle: add dipy install so that build docs do not fail
1 parent a5184c9 commit ab7084c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/nipype_test_py27/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ RUN mkdir -p /root/src/nipype
5151
COPY . /root/src/nipype
5252

5353
RUN cd /root/src/nipype && \
54+
pip install dipy && \
5455
pip install -r requirements.txt && \
5556
pip install -e .
5657

0 commit comments

Comments
 (0)