Skip to content

Commit

Permalink
actually add synb0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcieslak committed Sep 6, 2024
1 parent 1e6ae05 commit cc46127
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ ENV PERL5LIB="$MINC_LIB_DIR/perl5/5.8.5" \
FREESURFER_DEPS="bc ca-certificates curl libgomp1 libxmu6 libxt6 tcsh perl"
RUN chmod a+rx /opt/freesurfer/bin/mri_synthseg /opt/freesurfer/bin/mri_synthstrip

# SynB0-DISCO
COPY --from=build_synb0 /opt/synb0 /opt/synb0
ENV SYNB0_ATLASES=/opt/synb0/atlases

## AFNI
COPY --from=build_afni /opt/afni-latest /opt/afni-latest
ENV PATH="$PATH:/opt/afni-latest" \
Expand Down Expand Up @@ -245,7 +249,6 @@ RUN mkdir -p /sngl/data \
&& mkdir /sngl/qsiprep-output \
&& mkdir /sngl/out \
&& mkdir /sngl/scratch \
&& mkdir /sngl/spec \
&& mkdir /sngl/eddy \
&& mkdir /sngl/filter \
&& chmod a+rwx /sngl/*

0 comments on commit cc46127

Please sign in to comment.