Prevent apptainer from mounting user's home directory #2
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@
|
|||
cmdexec = {python} -m datalad_container.adapters.docker run {img} {cmd}
|
||||
[datalad "containers.apptainer"]
|
||||
image = apptainer/nipy-heudiconv--1.3.3.sing
|
||||
cmdexec = apptainer exec {img} bash -c 'PATH=/opt/dcm2niix-v1.0.20240202/bin:$PATH /opt/miniconda-py39_4.12.0/bin/heudiconv {cmd}'
|
||||
cmdexec = apptainer exec --no-home {img} bash -c 'PATH=/opt/dcm2niix-v1.0.20240202/bin:$PATH /opt/miniconda-py39_4.12.0/bin/heudiconv {cmd}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue