Azure Container instance - No GPU available

Vignesh Kalaimani 20 Reputation points
2023-01-30T12:34:14.3666667+00:00

I have created a python deep learning application which requires GPU. This application is going to run only 1 hour in a day. So creating a separate VM will not cost effective. Going serverless seemed to be the correct way. I saw that we can use GPU in Azure Container instance. When creating a container instance I am facing issues. No GPUs available in central India. How to resolve this?

User's image

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
757 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andrei Barbu 2,596 Reputation points Microsoft Employee
    2023-01-30T12:50:24.9333333+00:00

    Hello Vignesh,

    Azure Container Instances (ACI) supports GPU SKU V100 for Central India as per:
    https://learn.microsoft.com/en-us/azure/container-instances/container-instances-region-availability#linux-container-groups
    https://learn.microsoft.com/en-us/azure/container-instances/container-instances-gpu#region-availability

    I can confirm that I just tried from my side to create one ACI in Central India with GPU and I get the same message. Taking in consideration the message and the fact that GPU usability is for the moment a preview feature for ACI (there is no guarantee about runtime or availability) , it is most probably the fact that there are no GPU resources available in Central India region. I tried in West Europe, and I have the ability to use GPU for ACI.

    I would recommend you one or more of the following approaches:

    1 - Create your ACI with GPU in another region. Please refer to the above links to understand the regions where ACI supports GPU

    2 - Wait some time hopping some capacity will free-up in Central India

    3 - Open a support request to report your issue and get more insights of why it doesn't work right now to create ACI with GPU in Central India.


    I hope this is helpful. If any clarification needed, let me know and I will do my best to answer.

    Please "Accept as Answer" and Upvote if it helped, so that it can help others in the community looking for help on similar topics.

    Thank you!

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.