Skip to content

Commit

Permalink
Merge branch 'main' into 98BT_repro
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Dec 17, 2024
2 parents 9ce943a + cd16a82 commit 9c1579a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Singularityfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9c1579a

Please sign in to comment.