-
Notifications
You must be signed in to change notification settings - Fork 115
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
Include Maven installation of ImageJ and Fiji artifacts in postBuild for binder #70
Comments
I tried to achieve this by adding:
While this populates
Maybe we can improve |
I do not think that that is necessary: by default, artifacts are not copied but rather hard-linked, sym-links can be used if preferred (e.g. if maven cache and jgo cache are on different file systems). Or maybe I do not understand what you would like to improve here? Also, this may be relevant: |
Thanks a lot for working on this! As @hanslovsky said, jgo uses links from As for BeakerX, one way forward might be to add something like this to the
Where |
I don't have a strong feeling about this feature but I have a comment: the So if you want to download artifacts at that step you should really come with bullet-proof scripts that silently exit with a 0 code if something goes wrong. By the way, I like the |
Arf sorry guys I mixed up the |
I tried running For the python kernel and |
Maybe we can run
mvn
(orjgo
) in abinder/postBuild
file to pre-install the Fiji and ImageJ Maven artifacts (at the versions used in the notebooks) at the time of building the binder image, so that using the notebooks on mybinder.org requires less waiting.The text was updated successfully, but these errors were encountered: