File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ FROM nipype/nipype:latest
30
30
MAINTAINER The nipype developers https://github.com/nipy/nipype
31
31
32
32
# Downgrade python to 2.7
33
- RUN conda install python=2.7 && \
34
- conda update --all -y python=2.7
33
+ RUN conda install python=2.7
35
34
36
35
COPY docker/files/run_* /usr/bin/
37
36
RUN chmod +x /usr/bin/run_*
@@ -42,8 +41,7 @@ RUN sed -i 's/\(backend *: \).*$/\1Agg/g' /usr/local/miniconda/lib/python2.7/sit
42
41
43
42
# Re-install nipype
44
43
COPY . /root/src/nipype
45
- RUN rm -r /usr/local/miniconda/lib/python2.7/site-packages/nipype* && \
46
- cd /root/src/nipype && \
44
+ RUN cd /root/src/nipype && \
47
45
pip install -e .[all]
48
46
49
47
CMD ["/bin/bash"]
Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ RUN sed -i 's/\(backend *: \).*$/\1Agg/g' /usr/local/miniconda/lib/python3.4/sit
48
48
49
49
# Re-install nipype
50
50
COPY . /root/src/nipype
51
- RUN rm -r /usr/local/miniconda/lib/python2.7/site-packages/nipype* && \
52
- cd /root/src/nipype && \
51
+ RUN cd /root/src/nipype && \
53
52
pip install -e .[all]
54
53
55
54
CMD ["/bin/bash"]
Original file line number Diff line number Diff line change 26
26
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27
27
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
28
29
- FROM nipype/nipype_test:base-0.0.2
29
+ FROM nipype/nipype:latest
30
30
MAINTAINER The nipype developers https://github.com/nipy/nipype
31
31
32
32
# Replace imglob with a Python3 compatible version
You can’t perform that action at this time.
0 commit comments