From 5e3c5312a7fe9079211ebfc81140fe0eb3e03bd0 Mon Sep 17 00:00:00 2001 From: Christian Monch Date: Fri, 8 Nov 2024 15:54:07 +0100 Subject: [PATCH] doc: adapt example-readmes to trusted execution --- examples/fmriprep-docker/README.md | 4 ++-- examples/fmriprep-singularity/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/fmriprep-docker/README.md b/examples/fmriprep-docker/README.md index e27fd6e..d962695 100644 --- a/examples/fmriprep-docker/README.md +++ b/examples/fmriprep-docker/README.md @@ -63,7 +63,7 @@ Configure the dataset in which you want to collect the results of the (re)comput Add a `datalad-remake` special remote: ```bash -> git annex initremote datalad-remake type=external externaltype=datalad-remake encryption=none +> git annex initremote datalad-remake type=external externaltype=datalad-remake encryption=none allow_untrusted_execution=true ``` ### Add template @@ -89,7 +89,7 @@ To test the example, run: ```bash > cd $HOME/my-project -> datalad make -I input.txt -O output.txt -P parameter.txt fmriprep-docker +> datalad make -I input.txt -O output.txt -P parameter.txt --allow-untrusted-execution fmriprep-docker ``` You can also do that in `debug` mode: diff --git a/examples/fmriprep-singularity/README.md b/examples/fmriprep-singularity/README.md index f57b76a..8dd1d6d 100644 --- a/examples/fmriprep-singularity/README.md +++ b/examples/fmriprep-singularity/README.md @@ -66,7 +66,7 @@ Configure the dataset in which you want to collect the results of the (re)comput Add a `datalad-remake` special remote: ```bash -> git annex initremote datalad-remake type=external externaltype=datalad-remake encryption=none +> git annex initremote datalad-remake type=external externaltype=datalad-remake encryption=none allow-untrusted-execution=true ``` ### Add template @@ -92,7 +92,7 @@ To test the example, run: ```bash > cd $HOME/my-project -> datalad make -I input.txt -O output.txt -P parameter.txt fmriprep-singularity +> datalad make -I input.txt -O output.txt -P parameter.txt --allow-untrusted-execution fmriprep-singularity ``` You can also do that in `debug` mode: