Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 16d7bfd

Browse files
committed
enh: converted to fsl 6.0, hoping that eddy_qc is in there
1 parent 1c1bb4e commit 16d7bfd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docker/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ RUN export ND_ENTRYPOINT="/neurodocker/startup.sh" \
3939

4040
ENTRYPOINT ["/neurodocker/startup.sh"]
4141

42-
ENV FSLDIR="/opt/fsl-5.0.11" \
43-
PATH="/opt/fsl-5.0.11/bin:$PATH"
42+
ENV FSLDIR="/opt/fsl-6.0.0" \
43+
PATH="/opt/fsl-6.0.0/bin:$PATH"
4444
RUN apt-get update -qq \
4545
&& apt-get install -y -q --no-install-recommends \
4646
bc \
@@ -63,15 +63,15 @@ RUN apt-get update -qq \
6363
&& apt-get clean \
6464
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
6565
&& echo "Downloading FSL ..." \
66-
&& mkdir -p /opt/fsl-5.0.11 \
67-
&& curl -fsSL --retry 5 https://fsl.fmrib.ox.ac.uk/fsldownloads/fsl-5.0.11-centos6_64.tar.gz \
68-
| tar -xz -C /opt/fsl-5.0.11 --strip-components 1 \
66+
&& mkdir -p /opt/fsl-6.0.0 \
67+
&& curl -fsSL --retry 5 https://fsl.fmrib.ox.ac.uk/fsldownloads/fsl-6.0.0-centos6_64.tar.gz \
68+
| tar -xz -C /opt/fsl-6.0.0 --strip-components 1 \
6969
&& sed -i '$iecho Some packages in this Docker container are non-free' $ND_ENTRYPOINT \
7070
&& sed -i '$iecho If you are considering commercial use of this container, please consult the relevant license:' $ND_ENTRYPOINT \
7171
&& sed -i '$iecho https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/Licence' $ND_ENTRYPOINT \
7272
&& sed -i '$isource $FSLDIR/etc/fslconf/fsl.sh' $ND_ENTRYPOINT \
7373
&& echo "Installing FSL conda environment ..." \
74-
&& bash /opt/fsl-5.0.11/etc/fslconf/fslpython_install.sh -f /opt/fsl-5.0.11
74+
&& bash /opt/fsl-6.0.0/etc/fslconf/fslpython_install.sh -f /opt/fsl-6.0.0
7575

7676
ENV CONDA_DIR="/opt/miniconda-latest" \
7777
PATH="/opt/miniconda-latest/bin:$PATH"
@@ -152,7 +152,7 @@ RUN echo '{ \
152152
\n [ \
153153
\n "fsl", \
154154
\n { \
155-
\n "version": "5.0.11" \
155+
\n "version": "6.0.0" \
156156
\n } \
157157
\n ], \
158158
\n [ \

0 commit comments

Comments
 (0)