-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
Check singularity image already cached #101
Conversation
Thanks @manabuishii ! Should there be a command line option added to always download? |
@mr-c Thanks ! |
Codecov Report
@@ Coverage Diff @@
## main #101 +/- ##
===========================================
- Coverage 40.92% 25.74% -15.19%
===========================================
Files 30 16 -14
Lines 23519 19627 -3892
Branches 6656 0 -6656
===========================================
- Hits 9625 5052 -4573
- Misses 11820 14575 +2755
+ Partials 2074 0 -2074
|
Yes! |
isn't a feature like this already implemented here? |
I've just been affected by this issue, and I can confirm that the fix works. Can we revisit this PR? |
If there is already exists singularity image under cache directory , `singularity pull` causes error. To avoid error, check whether singularity image is exists or not. Co-authored-by: Michael R. Crusoe <michael.crusoe@gmail.com>
111d979
to
59c0cea
Compare
If there is already exists singularity image under cache directory ,
singularity pull
causes error.To avoid error, check whether singularity image is exists or not.