Skip to content

How to create the optimal alternative GCP instance for proteinfer. #73

@yonesora56

Description

@yonesora56

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 250

ERROR

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.?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions