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() {
6969 --label maintainer=" The nipype developers https://github.com/nipy/nipype" \
7070 --spm version=12 matlab_version=R2017a \
7171 --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 \
7373 --run ' echo "cHJpbnRmICJrcnp5c3p0b2YuZ29yZ29sZXdza2lAZ21haWwuY29tXG41MTcyXG4gKkN2dW12RVYzelRmZ1xuRlM1Si8yYzFhZ2c0RVxuIiA+IC9vcHQvZnJlZXN1cmZlci9saWNlbnNlLnR4dAo=" | base64 -d | sh' \
7474 --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 \
7676 --add-to-entrypoint " source /etc/fsl/fsl.sh" \
7777 --env ANTSPATH=' /usr/lib/ants' PATH=' /usr/lib/ants:$PATH' \
7878 --run " gem install fakes3" \
Original file line number Diff line number Diff line change @@ -165,7 +165,6 @@ def get_nipype_gitversion():
165165 'xvfbwrapper' : ['xvfbwrapper' ],
166166 'pybids' : ['pybids' ],
167167 'ssh' : ['paramiko' ],
168- 'data' : ['datalad' ]
169168 # 'mesh': ['mayavi'] # Enable when it works
170169}
171170
You can’t perform that action at this time.
0 commit comments