Reputation: 115
I create a GCP instance with a prebuilt image (c3-deeplearning-tf-ent-1-15-cu100-20200313). I remotely executed "script.py" using the following command.
$ gcloud compute ssh me_as_user@instance -- 'python script.py'
and I got tensorflow import error, but there is the package under me_as_user, and there is no issue executing "script.py" in SSH.
Please advise me if there there is any suggestion. Thank you
Upvotes: 0
Views: 92