0

I try to initial datalab in google cloud platform The error code inform me that the port 8081 need to be open enter image description here I go back to VPC networking and configure the port on this vpc network but the datalab is not initialize. enter image description here

How can I solve this problem?

Fredrik Widerberg
  • 3,068
  • 10
  • 30
  • 42

1 Answers1

0

I think this could be directly related with this issue. It says:

You can fix that by using gcloud to SSH in and then running:

sudo chown -R datalab /home/datalab

I do not know of any scenario that would cause the /home/datalab folder to be owned by an account associated with the user who created the instance, so I do not know how this instance could have gotten into that state, but running the chown command above should fix it.

Temu
  • 859
  • 4
  • 11