We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe973f1 commit bbc4eabCopy full SHA for bbc4eab
Dockerfile
@@ -113,7 +113,7 @@ RUN apt-get update -qq \
113
&& sed -i '$iecho https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/Licence' $ND_ENTRYPOINT \
114
&& sed -i '$isource $FSLDIR/etc/fslconf/fsl.sh' $ND_ENTRYPOINT
115
116
-RUN bash -c 'bash /opt/fsl-6.0.2/etc/fslconf/fslpython_install.sh -f /opt/fsl-6.0.2 -y'
+RUN bash -c 'bash /opt/fsl-6.0.2/etc/fslconf/fslpython_install.sh -f /opt/fsl-6.0.2'
117
118
ENV FREESURFER_HOME="/opt/freesurfer-7.3.2" \
119
PATH="/opt/freesurfer-7.3.2/bin:$PATH"
0 commit comments