We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running command: singularity run --cleanenv my_container.simg -b /batch/cat_standalone_segment.txt my.nii
Results in : ... INFO: Cleaning up image...
And the image is then deleted.
Same occurs with many other variants of 'run' interface built for this container.
The text was updated successfully, but these errors were encountered:
Thank you for your interest, I admit this is an intriguing issue! Let me make sure that I understand the problem.
.simg
.nii
If this is not a problem, it would be helpful to see:
sudo singularity build my_container.simg Singularity > build.log
singularity run --cleanenv my_container.simg -b /batch/cat_standalone_segment.txt my.nii > run.log
Feel free to attach the logs here, or send them by e-mail.
Sorry, something went wrong.
The requested logs are attached.
build.Tue Jun 30 12:11:48 CEST 2020.log
run.Tue Jun 30 12:53:40 CEST 2020.log
(The run was killed this time due to system resource management.)
Many thanks
mih
m-wierzba
No branches or pull requests
Running command:
singularity run --cleanenv my_container.simg -b /batch/cat_standalone_segment.txt my.nii
Results in :
...
INFO: Cleaning up image...
And the image is then deleted.
Same occurs with many other variants of 'run' interface built for this container.
The text was updated successfully, but these errors were encountered: