I am trying to use google cloud for machine learning course I follow the instructions in this page : https://github.com/google/eng-edu/blob/master/ml/cc/README.md
(In the section Running Datalab on Google Cloud)
I reached step 5 where I have to change the port to 8081
I follow the instructions and I get the following error :
Error: Could not connect to Cloud Shell on port 8081.
Ensure your server is listening on port 8081 and try again.
Can you tell me how to solve the problem ?
(I work in windows 10 and chrome)
Thanks,
Ilan
The following is the results of the datalab_create.sh which i activated by activating the command (instead of the shell) I activated 3 commands:
gcloud services enable compute_component
gcloud services enable ml.googleapis.com
./eng-edu/ml/cc/bin/datalab_connect.sh
Welcome to Cloud Shell! Type "help" to get started.
hindy_ilan@windy-hangar-200805:~$ gcloud services enable compute_component
Waiting for async operation operations/tmo-acf.a926e02c-e264-4ec1-b136-094a9efa6916 to complete...
Operation finished successfully. The following command can describe the Operation details:
gcloud services operations describe operations/tmo-acf.a926e02c-e264-4ec1-b136-094a9efa6916
hindy_ilan@windy-hangar-200805:~$
hindy_ilan@windy-hangar-200805:~$ gcloud services operations describe operations/tmo-acf.a926e02c-e264-4ec1-b136-094a9efa6916
done: true
metadata:
'@type': type.googleapis.com/google.api.servicemanagement.v1.OperationMetadata
resourceNames:
- services/compute_component/projectSettings/921211249673
name: operations/tmo-acf.a926e02c-e264-4ec1-b136-094a9efa6916
response:
'@type': type.googleapis.com/google.api.servicemanagement.v1.EnableServiceResponse
hindy_ilan@windy-hangar-200805:~$ gcloud services enable ml.googleapis.com
Waiting for async operation operations/tmo-acf.e8aa5fe8-fbf5-4011-b730-461255f15805 to complete...
Operation finished successfully. The following command can describe the Operation details:
gcloud services operations describe operations/tmo-acf.e8aa5fe8-fbf5-4011-b730-461255f15805
hindy_ilan@windy-hangar-200805:~$ gcloud services operations describe operations/tmo-acf.e8aa5fe8-fbf5-4011-b730-461255f15805
done: true
metadata:
'@type': type.googleapis.com/google.api.servicemanagement.v1.OperationMetadata
resourceNames:
- services/ml.googleapis.com/projectSettings/921211249673
name: operations/tmo-acf.e8aa5fe8-fbf5-4011-b730-461255f15805
response:
'@type': type.googleapis.com/google.api.servicemanagement.v1.EnableServiceResponse
hindy_ilan@windy-hangar-200805:~$ ./eng-edu/ml/cc/bin/datalab_connect.sh
Checking Datalab VM mlccvm-hindyilan exists
ERROR: Datalab VM does not exist
hindy_ilan@windy-hangar-200805:~$