-
Notifications
You must be signed in to change notification settings - Fork 50
Create kernelspec with different base image #475
Comments
I think the kernel list gets built while building the package bundles and are loaded from a separate volume mount (after #421). Can you rebuild the package bundles and check? |
Yes, they are, but somehow when not using a 0.3 base image they are not put in In my config-rma branch the kernels show now, but the 0.5 kernel dies: Is there a log or something that shows the reason for a dying kernel? |
Never mind, I found the log at |
OK, so I still can't figure it out. The problem is that |
Finally, it's solved. In case anyone else is bitten by this: the Julia packages are first extracted to |
I am trying to create a JuliaBox installation that only has the latest 0.4 and 0.5 stable versions in the kernel list, but instead end up with no available kernels at all (only Python). The changes made to the dockerfiles and install scripts are here:
barche@e0f79e1
It seems that if not using the 0.3 base image, the kernelspecs are written to a directory in
.local
. I have attempted to correct this, but no luck so far.The text was updated successfully, but these errors were encountered: