Skip to content

Commit

Permalink
Swap the conda environment path order.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 26, 2023
1 parent 6980bc3 commit e469fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ RUN conda install -y \
# Based on https://github.com/ReproNim/neurodocker/blob/a87693e5676e7c4d272bc4eb8285f9232860d0ff/neurodocker/templates/fsl.yaml
RUN curl -fsSL https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/releases/fslinstaller.py | python3 - -d /opt/fsl-6.0.7.1 -V 6.0.7.1
ENV FSLDIR="/opt/fsl-6.0.7.1" \
PATH="/opt/fsl-6.0.7.1/bin:$PATH" \
PATH="$PATH:/opt/fsl-6.0.7.1/bin" \
FSLOUTPUTTYPE="NIFTI_GZ" \
FSLMULTIFILEQUIT="TRUE" \
FSLTCLSH="/opt/fsl-6.0.7.1/bin/fsltclsh" \
Expand Down

0 comments on commit e469fbd

Please sign in to comment.