How to setup on-premise container for Read container (Computer Vision APIs) in Windows Server.

I. Anand Kumar 0 Reputation points
2023-05-25T10:54:14.04+00:00

Hi Team,

To run the Computer Vision APIs in your on-prem environment. We created a local docker container for Read container (Computer Vision APIs) in our linux server. The whole setup is working perfectly fine. We upload documents through the Container and getting required OCR outputs.

Need clarification for the below requirement:

Can we create such container within windows virtual machine rather than linux server.?

If so, we need to know the procedure or steps to setup the Read container in our On-prem Windows server.?

Thanks,

Anand Kumar I

Computer Vision
Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
415 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,601 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 18,676 Reputation points Moderator
    2023-05-26T03:29:12.2633333+00:00

    Hi @I. Anand Kumar , yes, you can create container within windows virtual machine. So long as you install docker you should be able to run this: Use Azure Cognitive Services Containers on-premises - Azure Cognitive Services | Microsoft Lear

    As docker support the containers on windows and Linux servers.

    There is no documentation related to this, but you can follow basic steps to set up the Read container in your on-premises Windows environment similar to linux.

    Try installing docker then pull the container and then run it using docker CLI.

    https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/computer-vision-how-to-install-containers

    I hope this helps.

    Regards,
    Vasavi

    -Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.


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.