You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current setup causes problems when we pull the Docker container using Singularity and run it as a Singularity container, e.g.
$ singularity build sve docker://wanpinglee/sve
$ singularity run sve call
/.singularity.d/runscript: 39: exec: call: not found
i.e., Singularity (correctly) replaces the CMD in the container with the "call" argument and runs just that on an empty entrypoint, which results in the error above.
No description provided.
The text was updated successfully, but these errors were encountered: