Skip to content

Commit 4e040ac

Browse files
committed
add dipy to docker images
1 parent 36e5920 commit 4e040ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/nipype_test_py27/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ENV LC_ALL C.UTF-8
4646

4747
# Add conda-forge channel in conda
4848
RUN conda config --add channels conda-forge && \
49-
conda install -y lockfile nipype matplotlib sphinx boto boto3 coverage mock pbr nitime && \
49+
conda install -y lockfile nipype matplotlib sphinx boto boto3 coverage mock pbr nitime dipy && \
5050
pip install nose-cov doctest-ignore-unicode configparser
5151

5252
COPY docker/circleci/run_* /usr/bin/

docker/nipype_test_py35/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ENV LC_ALL C.UTF-8
4646

4747
# Add conda-forge channel in conda
4848
RUN conda config --add channels conda-forge && \
49-
conda install -y lockfile nipype matplotlib sphinx boto boto3 coverage mock pbr nitime && \
49+
conda install -y lockfile nipype matplotlib sphinx boto boto3 coverage mock pbr nitime dipy && \
5050
pip install nose-cov doctest-ignore-unicode configparser
5151

5252
COPY docker/circleci/run_* /usr/bin/

0 commit comments

Comments
 (0)