Reputation: 135
I am facing some issues with GCP and the AI Platform (Jupyterlab) It seems that I am unable to maintain a stable connection with the server for a long time. I keep getting those 'server connection error' message. From there two possibilities:
Sometimes this happens as soon as I run the first cell after (re)starting the instance, sometimes a bit later. The longest stable period I was able to work on the notebook without any issue was 20, 30-ish minutes, which is quite annoying.
Configuration of my main instance : - 16 CPUs - 60gb of RAM - A P100 NVIDIA GPU
I have tried different types of instance and I keep having the same problem, network at home is stable.
Upvotes: 6
Views: 4835
Reputation: 11
I had a similar issue today: according to the google docs the cause for this is that the docker/ Jupyter service is not starting.
The cause why these services couldn't be started in our specific case was a full disk.
Upvotes: 1
Reputation: 97
What operating system and browser are you using at work? I had the same problem as you did on Ubuntu 18 with the Firefox browser. When I switched to Windows with Chrome the error did not reoccur, even though it was the same network.
Upvotes: 1