Skip to content

Commit a38ecf2

Browse files
jordandekrakergllmflndn
authored andcommitted
improved compatibility with singularity
1 parent 4e8892a commit a38ecf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ RUN wget -P /opt http://www.fil.ion.ucl.ac.uk/spm/download/restricted/bids/spm${
3636
# Configure SPM BIDS App entry point
3737
COPY run.sh spm_BIDS_App.m pipeline_participant.m pipeline_group.m /opt/spm${SPM_VERSION}/
3838
RUN chmod +x /opt/spm${SPM_VERSION}/run.sh
39+
RUN chmod +x /opt/spm${SPM_VERSION}/spm${SPM_VERSION}
40+
RUN chmod +x /opt/spm${SPM_VERSION}/run_spm12.sh
3941
COPY version /version
4042

4143
ENTRYPOINT ["/opt/spm12/run.sh"]

0 commit comments

Comments
 (0)