Skip to content

Commit 6b2cc20

Browse files
committed
Disable --userns for now
See apptainer/singularity#1445
1 parent 4d70d55 commit 6b2cc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/singularity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def create_runtime(self, env, rm_container=True, record_container_id=False, cidf
165165
# type: (MutableMapping[Text, Text], bool, bool, Text, Text, **Any) -> List
166166

167167
runtime = [u"singularity", u"--quiet", u"exec", u"--contain", u"--pid",
168-
u"--ipc", u"--userns"]
168+
u"--ipc"] # , u"--userns"]
169169
runtime.append(u"--bind")
170170
runtime.append(u"{}:{}:rw".format(
171171
docker_windows_path_adjust(os.path.realpath(self.outdir)),

0 commit comments

Comments
 (0)