Skip to content

Commit

Permalink
rebuild samsrfx
Browse files Browse the repository at this point in the history
  • Loading branch information
vnm-neurodesk committed Oct 3, 2024
1 parent dec7313 commit 4454cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1/run_SamSrfX.sh /opt/MCR-2023b/R2023b/
/opt/samsrfx-0.0.2/samsrf/run_SamSrfX.sh /opt/MCR-2023b/R2023b/
```

More documentation can be found here:
Expand Down
2 changes: 1 addition & 1 deletion recipes/samsrfx/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
source ../main_setup.sh

neurodocker generate ${neurodocker_buildMode} \
--base-image ubuntu:22.04 \
--base-image ubuntu:24.04 \
--pkg-manager apt \
--run="printf '#!/bin/bash\nls -la' > /usr/bin/ll" \
--run="chmod +x /usr/bin/ll" \
Expand Down

0 comments on commit 4454cdb

Please sign in to comment.