-
Notifications
You must be signed in to change notification settings - Fork 42
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
Slicer Kernel cannot start #72
Comments
Could you try with the latest image - |
I don't know what can cause a docker image not run in a certain system. I would expect that docker takes care of creating a reproducible environment. Are the ports accessible and the current directory ( |
Yes they are all good. |
I'm closing this issue because we got stuck for a long time and it is not likely that we can make progress with it. |
Hi everyone,
I am facing the issue of "unable to start kernel for slicer" , giving logs as
I am running docker image for 3D slicer
docker run -p 8888:8888 -p49053:49053 -v "$PWD":/home/sliceruser/work --rm -ti lassoan/slicer-notebook:2021-10-15-b3077c2
It works fine on my local machine (windows) and I am able to use 3D slicer via Jupiter notebook.
However, its not working on my remote VM (Ubuntu 18.04). Whenever, I try to open Slicer in notebook, it prompts message "kernel appear to die and restart automatically" but never succeed to start.
Any guidance would be great.
Here is image attached of logs
Thanks
The text was updated successfully, but these errors were encountered: