Skip to content

Commit

Permalink
Create SingularityFile
Browse files Browse the repository at this point in the history
Add Singularity file
  • Loading branch information
cmaumet authored Dec 13, 2024
1 parent a9bc7ec commit e6a78e0
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 e6a78e0

Please sign in to comment.