hello I have build the image based on [1] it builds and runs, it creates in the container the jupyter server, and prints the adress port and token required to connect (locally I just paste the adress like below and it works)
http://127.0.0.1:8888/?token=...
Hovewer As GCP is not a local machine and it has default ssh connection here I struggle how to open the connection to jupyter lab in order to be able to develop inside the container on gcp
Thanks For Help!
[1] https://github.com/Slicer/SlicerDocker
Solved! Go to Solution.
Ah, I think you might have the ports the wrong way round, you are listening locally on 8888 and then trying to connect to jupyter on 22222 and so it's failing because it is expecting connections on 8888, if you swap the ports around on the command does that work better?