File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414
1515# You should have received a copy of the GNU Lesser General Public
1616# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
17- FROM ghcr.io/fcp-indi/c-pac/freesurfer:7.3.2-Python3.10 -bionic as FreeSurfer
17+ FROM ghcr.io/fcp-indi/c-pac/freesurfer:6.0.0-min.neurodocker -bionic as FreeSurfer
1818
1919FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.6.dev
2020LABEL org.opencontainers.image.description "NOT INTENDED FOR USE OTHER THAN AS A STAGE IMAGE IN A MULTI-STAGE BUILD \
@@ -23,17 +23,17 @@ LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC
2323USER root
2424
2525# Installing FreeSurfer
26- ENV FREESURFER_HOME="/opt/freesurfer" \
27- PATH="/opt/freesurfer/bin:$PATH" \
26+ ENV FREESURFER_HOME="/usr/lib/freesurfer" \
2827 NO_FSFAST=1
29- ENV PERL5LIB="$FREESURFER_HOME/mni/share/perl5" \
28+ ENV PATH="$FREESURFER_HOME/bin:$PATH" \
29+ PERL5LIB="$FREESURFER_HOME/mni/share/perl5" \
3030 FSFAST_HOME="$FREESURFER_HOME/fsfast" \
3131 SUBJECTS_DIR="$FREESURFER_HOME/subjects" \
3232 MNI_DIR="$FREESURFER_HOME/mni"
3333ENV MINC_BIN_DIR="$MNI_DIR/bin" \
3434 MINC_LIB_DIR="$MNI_DIR/lib" \
3535 PATH="$PATH:$MINC_BIN_DIR"
36- COPY --from=FreeSurfer /opt/ freesurfer/ /opt /freesurfer/
36+ COPY --from=FreeSurfer /usr/lib/ freesurfer/ /usr/lib /freesurfer/
3737COPY dev/docker_data/license.txt $FREESURFER_HOME/license.txt
3838
3939# link libraries & clean up
You can’t perform that action at this time.
0 commit comments