Я следую этому обучающему видео от команды Microsoft Azure.
docker run
должно указывать, где находится модель и данные.Следуя инструкциям в видео, я загружаю «экспортированные данные» из LUIS, скажем, под azure-luis/input
, затем запускаю следующую команду
docker run -i -t my-docker-image-repo-id EULA=accept BILLING=https://southcentralus.api.cognitive.microsoft.com/luis/v2.0 APIKEY=my-unique-api-key --mount type=bind,input=/Users/#####/Developers/azure-luis/input --mount type=bind,source=/Users/#####/Developers/azure-luis/output
, но продолжаю получать следующее сообщение
A folder must be mounted at the location '/input' where models and other input data can be read.
где я сделал не так?