-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I am terribly sorry to ask such a basic question, but I would like to ask you about creating a GCP instance.
I attempted to utilize proteinfer in the CLI by following the instructions in the README to create an instance. However, I encountered the below error.
gcloud compute instances create proteinfer-gpu \
--machine-type n1-standard-8 \
--zone us-west1-b \
--accelerator type=nvidia-tesla-v100,count=1 \
--image-family ubuntu-2004-lts \
--image-project ubuntu-os-cloud \
--maintenance-policy TERMINATE \
--boot-disk-size 250ERROR
ERROR: (gcloud.compute.instances.create) Could not fetch resource:
---
code: ZONE_RESOURCE_POOL_EXHAUSTED
errorDetails:
- help:
links:
- description: Troubleshooting documentation
url: https://cloud.google.com/compute/docs/resource-error
- localizedMessage:
locale: en-US
message: A n1-standard-8 VM instance is currently unavailable in the us-west1-b
zone. Alternatively, you can try your request again with a different VM hardware
configuration or at a later time. For more information, see the troubleshooting
documentation.
- errorInfo:
domain: compute.googleapis.com
metadatas:
attachment: ''
vmType: n1-standard-8
zone: us-west1-b
zonesAvailable: ''
reason: resource_availability
message: The zone 'projects/proteinfer/zones/us-west1-b' does not have enough
resources available to fulfill the request. Try a different zone, or try again
later.Are there any alternative parameters that would work best for using Proteinfer, such as machine type, zones, accelerators, etc.?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels