Skip to content

Commit

Permalink
try samsrfx with new matlab runtime environment
Browse files Browse the repository at this point in the history
  • Loading branch information
vnm-neurodesk committed Oct 4, 2024
1 parent bebd2f5 commit 1dc7aec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/samsrfx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ conn standalone with Matlab Compiler Runtime

Example:
```
/opt/samsrfx-0.0.2/samsrf/run_SamSrfX.sh /opt/MCR-2023b/R2023b/
/opt/samsrfx-toolVersion/samsrf/run_SamSrfX.sh /opt/MCR-2023b/R2023b/
```

More documentation can be found here:
Expand Down
2 changes: 2 additions & 0 deletions recipes/samsrfx/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ neurodocker generate ${neurodocker_buildMode} \
--copy README.md /README.md \
> ${toolName}_${toolVersion}.Dockerfile

#note: neurodocker installs a specific update version of the matlab runtime environment - this could cause problems.

if [ "$1" != "" ]; then
./../main_build.sh
fi
Expand Down

0 comments on commit 1dc7aec

Please sign in to comment.