diff --git a/recipes/samsrfx/README.md b/recipes/samsrfx/README.md index dc757763..bd4c3827 100644 --- a/recipes/samsrfx/README.md +++ b/recipes/samsrfx/README.md @@ -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: diff --git a/recipes/samsrfx/build.sh b/recipes/samsrfx/build.sh index a60eabc9..cde0cc66 100644 --- a/recipes/samsrfx/build.sh +++ b/recipes/samsrfx/build.sh @@ -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" \