File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ before_install:
31
31
- travis_retry bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh);
32
32
- if $INSTALL_DEB_DEPENDECIES; then
33
33
travis_retry sudo apt-get -y update &&
34
- travis_retry sudo apt-get install -y -qq fsl afni elastix fsl-atlases dcm2niix ;
34
+ travis_retry sudo apt-get install -y -qq fsl afni elastix fsl-atlases;
35
35
fi;
36
36
- if $INSTALL_DEB_DEPENDECIES; then
37
37
source /etc/fsl/fsl.sh;
Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ function generate_base_dockerfile() {
69
69
--label maintainer=" The nipype developers https://github.com/nipy/nipype" \
70
70
--spm version=12 matlab_version=R2017a \
71
71
--afni version=latest install_python2=true \
72
- --freesurfer version=6.0.0 min=true \
72
+ --freesurfer version=6.0.0 min=true --dcm2niix version=v1.0.20171215 \
73
73
--run ' echo "cHJpbnRmICJrcnp5c3p0b2YuZ29yZ29sZXdza2lAZ21haWwuY29tXG41MTcyXG4gKkN2dW12RVYzelRmZ1xuRlM1Si8yYzFhZ2c0RVxuIiA+IC9vcHQvZnJlZXN1cmZlci9saWNlbnNlLnR4dAo=" | base64 -d | sh' \
74
74
--install ants apt-utils bzip2 convert3d file fsl-core fsl-mni152-templates \
75
- fusefat g++ git graphviz make ruby unzip xvfb \
75
+ fusefat g++ git graphviz make ruby unzip xvfb git-annex-standalone \
76
76
--add-to-entrypoint " source /etc/fsl/fsl.sh" \
77
77
--env ANTSPATH=' /usr/lib/ants' PATH=' /usr/lib/ants:$PATH' \
78
78
--run " gem install fakes3" \
You can’t perform that action at this time.
0 commit comments