From bc59314f1305ff97959d0eff030fedbcc9863671 Mon Sep 17 00:00:00 2001 From: Chris Filo Gorgolewski Date: Fri, 20 Jan 2017 16:43:29 -0800 Subject: [PATCH] fix miniconda download --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c226a23..ff8a3a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update \ # RUN apt-key adv --recv-keys --keyserver hkp://pgp.mit.edu:80 0xA5D32F012649A5A9 RUN cd / && curl -L https://dl.dropbox.com/s/w2x3g9g89xqiq82/resting_progs.tgz | tar zx -RUN curl -O http://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh && bash Miniconda2-latest-Linux-x86_64.sh -b && /root/miniconda2/bin/conda update -yq conda && /root/miniconda2/bin/conda install -y -c conda-forge nipype && /root/miniconda2/bin/pip install https://github.com/nipy/nipy/archive/5bc0712e2e5fe8f2069db3ed6fbbe2f2a89eb987.zip https://github.com/INCF/pybids/archive/83ddc7ed0a56adee06a8b59ae0e9cb8a22baf1ef.zip && /root/miniconda2/bin/conda clean -y --all +RUN curl -sSLO http://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh && bash Miniconda2-latest-Linux-x86_64.sh -b && /root/miniconda2/bin/conda update -yq conda && /root/miniconda2/bin/conda install -y -c conda-forge nipype && /root/miniconda2/bin/pip install https://github.com/nipy/nipy/archive/5bc0712e2e5fe8f2069db3ed6fbbe2f2a89eb987.zip https://github.com/INCF/pybids/archive/83ddc7ed0a56adee06a8b59ae0e9cb8a22baf1ef.zip && /root/miniconda2/bin/conda clean -y --all ENV FSLDIR /usr/share/fsl/5.0 # ENV POSSUMDIR /usr/share/fsl/5.0