-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu-latest (20.04.3) in Azure DevOps and latest azure-ml result in .NET Core 2.1 error #383
Comments
What's the pipeline, could you link to it? PS: the shared link does seem to possibly be the same issue. Have you tried the solution there w/ dotnet core 2.1? |
Hmm unfortunately I am I also tried to install it via
or what is the recommended way? |
I can try to reproduce it, but need some more info. Could you just give me more info on where you are on the process? I assume you've done the bootstrapping, is that correct? what's the name of the yml file where the error is happening? |
It fails in this code: https://github.com/microsoft/MLOpsPython/blob/master/ml_service/pipelines/diabetes_regression_build_train_pipeline.py As far as I understand this should be related to the azure ml dataset API. So probably https://github.com/microsoft/MLOpsPython/blob/master/ml_service/pipelines/diabetes_regression_build_train_pipeline.py#L77 The yaml is https://github.com/microsoft/MLOpsPython/blob/master/.pipelines/diabetes_regression-ci.yml Perhaps it suffices to run the CI pipeline of this repo (if the issue has not been resolved by now): https://aidemos.visualstudio.com/MLOps/_build/results?buildId=5721&view=results |
Hi,
I followed your templates to setup the CI/CD for Azure ML with Azure DevOps. However, I receive the following error. It seems to be related to the update of "Ubuntu-latest" from 20.04.3 to 20.04.2
Seems to be somehow related to Azure/MachineLearningNotebooks#1003 However, I am just wondering what's the recommended fix since I followed your templates.
Here the logs:
Here the condo environment:
The text was updated successfully, but these errors were encountered: