mrdbourke / cs329s-ml-deployment-tutorial

Code and files to go along with CS329s machine learning model deployment tutorial.

Home Page:https://youtu.be/fw6NMQrYc6w

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The region us-central1 does not have enough resources available to fulfill the request.

jaimeggb opened this issue · comments

When I do this step:

3. Deploying the whole app to GCP
Okay, I've fixed the permissions error, how do I deploy my model/app?

I'm glad you asked...

run make gcloud-deploy... wait 5-10 mins and your app will be on App Engine (as long as you've activated the App Engine API)
...and you're done

I get this error in my Git Bash terminal:

ERROR: (gcloud.app.deploy) Error Response: [9] An internal error occurred while processing task /app-engine-flex/flex_await_healthy/flex_await_healthy>2022-11-25T13:25:59.323Z7873.jc.1: The region us-central1 does not have enough resources available to fulfill the request. Please try again later.
make: *** [Makefile:13: gcloud-deploy] Error 1

I did 'try again later' only to get the same error response.

What could I try?