Not able to Start Document AI Container
Chintan Gotecha
20
Reputation points
I have opted for the paid tier of Azure Document AI. I intend to use "layout" model for my testing.The requirement is to consume the services via docker container, hence, I pulled latest controller use the command:
docker pull mcr.microsoft.com/azure-cognitive-services/form-recognizer/layout
Now, that I have a subscription key and URL, I use the below command to run the container
docker run mcr.microsoft.com/azure-cognitive-services/form-recognizer/layout eula=accept Billing={"https://mypriateinfo.cognitiveservices.azure.com/"} ApiKey={"4545kjdfsomekeyiuiu"}
After running the above command, I get below error
s6-init] ensuring user provided files have correct perms...exited 1.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
Starting Image Processor Server. Listening on port 50051.
Error: Function not implemented
For information about Azure Cognitive Services, see http://aka.ms/cognitive-services
For information about Container support for Azure Cognitive Services, see http://aka.ms/cognitive-services-containers
Error: Function not implemented
For information about Azure Cognitive Services, see http://aka.ms/cognitive-services
For information about Container support for Azure Cognitive Services, see http://aka.ms/cognitive-services-containers
Error: Function not implemented
Sign in to answer