Feb 04 2023 10:02 AM
ERROR: {'Azure-cli-ml Version': '1.41.0', 'Error': MlCliError({'Error': 'Error parsing --inference-config-file. Must be valid JSON or YAML file.', 'Response Content': FileNotFoundError(2, 'No such file or directory')})}
I am getting above error while trying to deploy my model. Below is my inference config file content.
inferenceConfig.yml
entryScript: score.py
runtime: python
condaFile: scoringConfig.yml
extraDockerfileSteps:
schemaFile:
sourceDirectory:
enableGpu: False
baseImage:
baseImageRegistry:
Feb 04 2023 10:33 PM