I feel that the Computer Vision API Docker version (see the URL https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/computer-vision-how-to-install-containers) can run and provide the service even without Internet access, correct?
However, I found that in the following command line to run docker-version Computer Vision API, there are references to the Microsoft Azure Cognitive Services Read API endpoint (containerpreview.azurecr.io/microsoft/cognitive-services-read)
and to the billing endpoint URI ({ENDPOINT_URI}). Both of the URIs are on Internet. So I am not very sure whether the Docker version Computer Vision API can provide service without Internet Access.
============================================================================
docker run --rm -it -p 5000:5000 --memory 16g --cpus 8 \ containerpreview.azurecr.io/microsoft/cognitive-services-read
\ Eula=accept \ Billing={ENDPOINT_URI} \ ApiKey={API_KEY}
============================================================================
For the above command line, you can also refer to the screenshot file https://onedrive.live.com/?cid=8FFA4A1C66CFCED9&id=8FFA4A1C66CFCED9%21934&parId=8FFA4A1C66CFCED9%21933&o=OneUp.
Xiao Dan