Hi,
I am having requirement to run multi language Luis Docker image. can anyone help me what is the best way to achieve this.
I have created cognitive service in azure westeurop region and referring key and endpoint to below docker cmd.
docker run --rm -it -p 5000:5000 ^
--memory 4g ^
--cpus 2 ^
--mount type=bind,src=c:\input,target=/input ^
--mount type=bind,src=c:\output\,target=/output ^
mcr.microsoft.com/azure-cognitive-services/language/luis ^
Eula=accept ^
Billing={ENDPOINT_URI} ^
ApiKey={API_KEY}