From e6a78e0d2a3a15f72b1c605e0e820a31726e3e05 Mon Sep 17 00:00:00 2001 From: Camille Maumet Date: Fri, 13 Dec 2024 11:28:11 +0100 Subject: [PATCH] Create SingularityFile Add Singularity file --- SingularityFile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 SingularityFile diff --git a/SingularityFile b/SingularityFile new file mode 100644 index 00000000..c3237b85 --- /dev/null +++ b/SingularityFile @@ -0,0 +1,11 @@ +# The container uses docker image nipype/nipype:py38 as a base image +Bootstrap: docker +From: nipype/nipype:py38 + +# Installing NARPS Open Pipelines +%post + /neurodocker/startup.sh conda run -n neuro pip install /work + +# Use the same start script as nipype/nipype:py38 +%startscript + /neurodocker/startup.sh