Does Azure Cognitive Services python sdk support running in alpine linux

Liang HAN 5 Reputation points
2024-05-29T14:19:15.25+00:00

Hello,

I'm trying to develop an application with Azure Cognitive Services python sdk in linux container, and the environment is Alpine linux 3.16.

I can't use pip to install the sdk, so I'm wondering if the Azure Cognitive Services python sdk support running in alpine linux?

Thanks

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,646 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,911 Reputation points Microsoft Employee Moderator
    2024-05-29T18:15:32.8466667+00:00

    @Liang HAN I don't think any of the AI service python SDKs have a native support for Alpine.

    For example, the speech SDK only supports the following:

    • Ubuntu 18.04/20.04
    • Debian 10/11
    • Red Hat Enterprise Linux (RHEL) 8
    • CentOS 7

    Depending on the service you would like to use, you can request for guidance on the corresponding SDK repo from the SDK team on how the SDK can be installed and supported on Alpine. For example, Speech SDK repo, Document intelligence repo.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.
    0 comments No comments

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.