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 @@ -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 --dcm2niix version=v1.0.20171215 \
72
+ --freesurfer version=6.0.0 min=true \
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 git-annex-standalone \
75
+ fusefat g++ git graphviz make ruby unzip xvfb \
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" \
Original file line number Diff line number Diff line change @@ -165,7 +165,6 @@ def get_nipype_gitversion():
165
165
'xvfbwrapper' : ['xvfbwrapper' ],
166
166
'pybids' : ['pybids' ],
167
167
'ssh' : ['paramiko' ],
168
- 'data' : ['datalad' ]
169
168
# 'mesh': ['mayavi'] # Enable when it works
170
169
}
171
170
You can’t perform that action at this time.
0 commit comments