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 && \
7777 fsl-core \
7878 fsl-mni152-templates \
7979 afni \
80+ ants \
8081 bzip2 \
8182 xvfb \
8283 git \
@@ -103,23 +104,16 @@ ENV FSLDIR=/usr/share/fsl/5.0 \
103104 AFNI_IMSAVE_WARNINGS=NO \
104105 AFNI_TTATLAS_DATASET=/usr/share/afni/atlases \
105106 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
115109
116110# Installing and setting up c3d
117111RUN mkdir -p /opt/c3d && \
118112 curl -sSL "http://downloads.sourceforge.net/project/c3d/c3d/1.0.0/c3d-1.0.0-Linux-x86_64.tar.gz" \
119113 | tar -xzC /opt/c3d --strip-components 1
120114
121- ENV C3DPATH=/opt/c3d/ \
122- PATH=$C3DPATH/bin:$PATH
115+ ENV C3DPATH=/opt/c3d/
116+ ENV PATH=$C3DPATH/bin:$PATH
123117
124118# Install fake-S3
125119ENV GEM_HOME /usr/lib/ruby/gems/2.3
You can’t perform that action at this time.
0 commit comments