0

次のコマンドを使用して、GCP でプリエンプティブル tpu インスタンスを作成しようとしています。

gcloud compute instances create tpu-1-vm \
  --image-project=deep-learning-platform-release \
  --image-family=pytorch-latest-cpu\
  --preemptible \
--zone=us-central1-f

これらのコマンドは、次のエラーでクラッシュします。

ERROR: (gcloud.compute.instances.create) Could not fetch resource:
 - Required 'compute.images.useReadOnly' permission for 'projects/deep-learning-platform-release'

エラーは、その画像を読み取る権限がないことは明らかです。知りたいのは、これらの画像にアクセスする方法です。このコマンドは gcp のドキュメント [1] からほぼそのままコピーされているため、可能であるはずです。

[1] https://cloud.google.com/deep-learning-vm/docs/pytorch_start_instance

4

1 に答える 1