5

I have recently quoted a Deep Learning VM from Google Cloud. DLVM provides a link to the jupyter notebook of our VM, but when I paste the link to the browser, it gave us Error 502 (Bad Gateway).

The VM consists of 100 GB of memory, 4 vCPU (26 GB Memory), and 2 Tesla T4 GPUS. I tried to stop and restart the instance several times but it did not work.

The link to Jupyter Notebook is provided by this command given by the "Get started" page:

gcloud compute instances describe --project <project-id> --zone <zone-id> <instance-id> | grep googleusercontent.com | grep datalab

The command successfully gave me a link.

However, when I paste the link to the browser, it gave me an error as followings:

Error 502 (Bad Gateway)!! 502. That’s an error. That’s all we know.

Curtis Lai
  • 59
  • 1
  • 2

3 Answers3

1

Restarting the Jupyterhub server will resolve this error

Parth
  • 19
  • 2
0

It is hard to debug the problem based on just this information.

Some things to try:

let me know if any of this helps, if not please ping me directly I can assist with debugging.

0

I had the same problem and here's what I found helps. If you deploy the DLVM with specs that are same as or above the default, i.e

Machine type : 2 vCPUs with 13GB memory and 1 GPU

it won't crash. Any config less than this, gives me the same error as you. I can't get anymore info or logs on the error nor do I know if lesser configs are actually below the minimum system reqs for the DLVM but this will definitely let you use the DLVM seamlessly.

Judy T Raj
  • 1,755
  • 3
  • 27
  • 41