File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ RUN apt-get update && \
77
77
fsl-core \
78
78
fsl-mni152-templates \
79
79
afni \
80
+ ants \
80
81
bzip2 \
81
82
xvfb \
82
83
git \
@@ -103,23 +104,16 @@ ENV FSLDIR=/usr/share/fsl/5.0 \
103
104
AFNI_IMSAVE_WARNINGS=NO \
104
105
AFNI_TTATLAS_DATASET=/usr/share/afni/atlases \
105
106
AFNI_PLUGINPATH=/usr/lib/afni/plugins \
106
- PATH=/usr/lib/fsl/5.0:/usr/lib/afni/bin:$PATH
107
-
108
- # Installing and setting up ANTs
109
- RUN mkdir -p /opt/ants && \
110
- curl -sSL "https://dl.dropbox.com/s/2f4sui1z6lcgyek/ANTs-Linux-centos5_x86_64-v2.2.0-0740f91.tar.gz?dl=0" \
111
- | tar -zx -C /opt
112
-
113
- ENV ANTSPATH=/opt/ants \
114
- PATH=$ANTSPATH:$PATH
107
+ ANTSPATH=/usr/lib/ants
108
+ ENV PATH=/usr/lib/fsl/5.0:/usr/lib/afni/bin:$ANTSPATH:$PATH
115
109
116
110
# Installing and setting up c3d
117
111
RUN mkdir -p /opt/c3d && \
118
112
curl -sSL "http://downloads.sourceforge.net/project/c3d/c3d/1.0.0/c3d-1.0.0-Linux-x86_64.tar.gz" \
119
113
| tar -xzC /opt/c3d --strip-components 1
120
114
121
- ENV C3DPATH=/opt/c3d/ \
122
- PATH=$C3DPATH/bin:$PATH
115
+ ENV C3DPATH=/opt/c3d/
116
+ ENV PATH=$C3DPATH/bin:$PATH
123
117
124
118
# Install fake-S3
125
119
ENV GEM_HOME /usr/lib/ruby/gems/2.3
You can’t perform that action at this time.
0 commit comments