Skip to content

Commit

Permalink
Merge pull request #322 from gdevenyi/fix-fsl
Browse files Browse the repository at this point in the history
fix: Set FSL environment variables because conda install doesn't
  • Loading branch information
Gab-D-G authored Oct 2, 2023
2 parents 6ea597a + 42b0cce commit 78574c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ RUN micromamba install -y -n base -f $RABIES/rabies_environment.yml && \
micromamba run -n base pip install -e $RABIES && \
micromamba clean --all --yes

# FSL conda packages don't properly setup FSL, do it manually
ENV FSLDIR=/opt/conda
ENV FSLWISH=/opt/conda/bin/fslwish
ENV FSLTCLSH=/opt/conda/bin/fsltclsh
ENV FSLMULTIFILEQUIT=TRUE
ENV FSL_LOAD_NIFTI_EXTENSIONS=0
ENV FSLGECUDAQ=
ENV FSL_SKIP_GLOBAL=0
ENV FSLOUTPUTTYPE=NIFTI_GZ

# adding 'agg' as default backend to avoid matplotlib errors
ENV MPLBACKEND agg

Expand Down

0 comments on commit 78574c0

Please sign in to comment.