File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ before_install:
40
40
fi;
41
41
42
42
# handle python operations separately to reduce timeouts
43
- - wget https://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-4.3.31 -Linux-x86_64.sh
43
+ - wget https://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest -Linux-x86_64.sh
44
44
-O /home/travis/.cache/conda.sh
45
45
- bash ${HOME}/.cache/conda.sh -b -p ${HOME}/conda
46
46
- export PATH=${HOME}/conda/bin:$PATH
Original file line number Diff line number Diff line change 54
54
55
55
56
56
# neurodocker version 0.3.1-22-gb0ee069
57
- NEURODOCKER_IMAGE=" kaczmarj/neurodocker@sha256:c670ec2e0666a63d4e017a73780f66554283e294f3b12250928ee74b8a48bc59 "
57
+ NEURODOCKER_IMAGE=" kaczmarj/neurodocker@sha256:f15ca90803f4b89acfca55cd1c7269bf2ec2dfd95b3de1118b08afa34b87d9d1 "
58
58
59
59
# neurodebian:stretch-non-free pulled on November 3, 2017
60
60
BASE_IMAGE=" neurodebian@sha256:7590552afd0e7a481a33314724ae27f76ccedd05ffd7ac06ec38638872427b9b"
@@ -88,7 +88,6 @@ function generate_main_dockerfile() {
88
88
--user neuro \
89
89
--miniconda env_name=neuro \
90
90
activate=true \
91
- miniconda_version=4.3.31 \
92
91
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
93
92
docker/files/run_pytests.sh nipype/external/fsl_imglob.py /usr/bin/ \
94
93
--copy . /src/nipype \
You can’t perform that action at this time.
0 commit comments