Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions Dockerfile-ci
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,14 @@ ENV PATH="/opt/afni/bin:$PATH"
# Patch gsl
RUN ln -s /usr/lib/x86_64-linux-gnu/libgsl.so.27 /usr/lib/x86_64-linux-gnu/libgsl.so.23

# Add FSL
RUN curl https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/releases/fslinstaller.py | \
python - -d /opt/fsl/ --skip_registration
# Set env vars for FSL
ENV FSLDIR=/opt/fsl \
FSLOUTPUTTYPE=NIFTI_GZ \
PATH="/opt/fsl/share/fsl/bin:$PATH"
# disabled as standard github runner fails to install due to insufficient space on device
# # Add FSL
# RUN curl https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/releases/fslinstaller.py | \
# python - -d /opt/fsl/ --skip_registration
# # Set env vars for FSL
# ENV FSLDIR=/opt/fsl \
# FSLOUTPUTTYPE=NIFTI_GZ \
# PATH="/opt/fsl/share/fsl/bin:$PATH"

# Clean apt cache
RUN apt-get autoremove --purge && apt-get clean
1 change: 1 addition & 0 deletions docs/changes/newsfragments/467.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Disable FSL installation for `junifer-ci` Docker image build with `junifer-data` v4 by `Synchon Mandal`_
Loading