-
-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
Expected Behavior
by example, without spython
this executes the %runscript in my container with args
$singularity instance.run image.img --nv test
$singularity run instance://test [args...]
it release the terminal..waiting for more commands
$
Actual Behavior
the terminal in python is not released after running a command on an instance.
Steps to Reproduce
>>>from spython.main import Client as cl
>>>my= cl.instances('test')
>>>cl.run(my,[..args..])
Context
- Operating System: centos 7.5
- singularity version: latest
- spython version: latest git
- python version: 3.7
Metadata
Metadata
Assignees
Labels
No labels