fastai / course-v3

The 3rd edition of course.fast.ai
https://course.fast.ai/
Apache License 2.0
4.91k stars 3.57k forks source link

[GCP Setup Documentation] The image-project name is incorrect #476

Open likeabbas opened 4 years ago

likeabbas commented 4 years ago

deeplearning-platform-release is now an incorrect image project name in the documentation where you're creating a new instance. This command will start a new VM without a proper boot image.

gcloud compute instances create $INSTANCE_NAME \
    --zone=$ZONE \
    --image-family=$IMAGE_FAMILY \
    --image-project=deeplearning-platform-release \