I am trying to install and run azure cognitive-services Computer Vision Read containers.I am getting this error in cmd
docker: invalid reference format.
See 'docker run --help'.
I tried to run below cmd
docker run --rm -it -p 5000:5000 --memory 7g --cpus 2 \
containerpreview.azurecr.io/microsoft/cognitive-services-read \
Eula=accept \
Billing=xxxx \
ApiKey=xxxx
Note: i have replaced Billing and ApiKey details for security reason.
Thanks in advance for any help !
