Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 25, 2023
1 parent 71ff2a4 commit 27420c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ RUN curl -fsSL https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/releases/fslinst
ENV FSLDIR="/opt/fsl-6.0.7.1" \
PATH="/opt/fsl-6.0.7.1/bin:$PATH" \
FSLOUTPUTTYPE="NIFTI_GZ" \
FSLMULTIFILEQUIT: "TRUE" \
FSLTCLSH: "/opt/fsl-6.0.7.1/bin/fsltclsh" \
FSLWISH: "/opt/fsl-6.0.7.1/bin/fslwish" \
FSLLOCKDIR: "" \
FSLMACHINELIST: "" \
FSLREMOTECALL: "" \
FSLGECUDAQ: "cuda.q"
FSLMULTIFILEQUIT="TRUE" \
FSLTCLSH="/opt/fsl-6.0.7.1/bin/fsltclsh" \
FSLWISH="/opt/fsl-6.0.7.1/bin/fslwish" \
FSLLOCKDIR="" \
FSLMACHINELIST="" \
FSLREMOTECALL="" \
FSLGECUDAQ="cuda.q"
RUN echo "Installing FSL conda environment ..." && \
bash /opt/fsl-6.0.7.1/etc/fslconf/fslpython_install.sh -f /opt/fsl-6.0.7.1

Expand Down

0 comments on commit 27420c2

Please sign in to comment.