From 4454cdbe810453c744b6aeaf796221893f255fa9 Mon Sep 17 00:00:00 2001 From: Neurodesk Github Action Runner Date: Thu, 3 Oct 2024 03:56:13 +0000 Subject: [PATCH] rebuild samsrfx --- recipes/samsrfx/README.md | 2 +- recipes/samsrfx/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" \