Oct 21 2022
02:58 AM
- last edited on
Mar 05 2024
02:06 PM
by
TechCommunityAP
Oct 21 2022
02:58 AM
- last edited on
Mar 05 2024
02:06 PM
by
TechCommunityAP
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. The error is shown below.
ERROR: {'Azure-cli-ml Version': '1.41.0', 'Error': FileNotFoundError(2, 'No such file or directory')}
The environment I am using is
Feb 04 2023 09:53 AM
@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.