-
Notifications
You must be signed in to change notification settings - Fork 16
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
Using jgo within a DockerFile and with conda #87
Comments
maybe related: conda-forge/jgo-feedstock#21 (comment) |
Here a simplified version of that error without changing the
|
This is what conda installs for the mobie env:
There is in fact no "joni"...should it be there? |
@tischi
Symlink, probably, although the error message is odd in that it seems to be pointing backwards to the link. I.e.: |
The following works: Execute during the build:
Note the Note that After the buildNow, running ConclusionI don't know how to fix it but to me the issues seem that (i) the location of Digging more into this does not have very high priority for me as it essentially works now. |
I think this particular issue has a combination of causes that are quite specific to our setup and not of
Point 3 is likely the only actionable point from A related issue is that Maven seems to hardcode |
@ctrueden first of all thanks a lot for providing this tool. awesome!
As you see from the issue title I am quite ambitious and have some little issues.
Not sure you can help but these are the Docker commands:
And that gives me this error
/home/jovyan
is the~
home dir of that build environment.If you have any idea what this error could be due to it would be very helpful!
Here again just the error:
FileNotFoundError: [Errno 2] No such file or directory: '/home/jovyan/.m2/repository/org/jruby/joni/joni/2.1.29/joni-2.1.29.jar' -> '/opt/jgo-cache/org.embl.mobie/mobie-viewer-fiji/3.0.12/32da8e8da4470d39be2214f164c889f873609a9e59ff5ff0db64668c96b510b9/joni-2.1.29.jar'
In fact we were not even sure what the
->
means in this context.The text was updated successfully, but these errors were encountered: