Skip to content

Commit 7a2fdb5

Browse files
committed
removing pip install nose from Dockerfiles
1 parent 01f4ed8 commit 7a2fdb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/nipype_test/Dockerfile_base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ RUN conda config --add channels conda-forge && \
122122
nitime \
123123
dipy \
124124
pandas && \
125-
pip install nose-cov doctest-ignore-unicode configparser
125+
pip install configparser
126126

127127
CMD ["/bin/bash"]

docker/nipype_test/Dockerfile_py27

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ MAINTAINER The nipype developers https://github.com/nipy/nipype
3232
# Downgrade python to 2.7
3333
RUN conda update -y conda && \
3434
conda update --all -y python=2.7 && \
35-
pip install nose-cov doctest-ignore-unicode configparser
35+
pip install configparser
3636

3737
COPY docker/circleci/run_* /usr/bin/
3838
RUN chmod +x /usr/bin/run_*

0 commit comments

Comments
 (0)