Forum Discussion
Usama_Irfan
Oct 21, 2022Copper Contributor
ERROR: {'Azure-cli-ml Version': '1.41.0', 'Error': FileNotFoundError(2, 'No such file or directory')
Hello, I am getting an error while building CI pipeline for ML model using Azure ACI in Azure DevOps (Happens when registering the model). Any advice to resolve this error would be much appreciated....
itisaxena
Feb 04, 2023Copper Contributor
Usama_Irfan it's not able to locate your file in the working directory. before your az ml command execute "ls -R" to check where the file that you are using in your az ml command is located. Get the absolute location and replace it in az ml command before file name.