Jenny So

Results 8 comments of Jenny So

Apologies for the late reply! Unfortunately, we won't be able to get to this right now. My recommendation is to use your own custom image: https://github.com/microsoft/MLOpsPython/blob/master/docs/custom_container.md

I would recommend using your own custom docker image. This guide shows how to create your own pipeline for building your own image: https://github.com/microsoft/MLOpsPython/blob/master/docs/custom_container.md It sounds like there are certain...

Can you expand on exactly what part of the workflow uses the private git repo? Is this for the training pipeline? Or a part of the Azure DevOps pipeline that...

@RajdeepBiswas Apologies for the late response. We've had a few SDK releases since this issue happened - are you still having this issue?

We recently switched to setting the dependency requirements in conda_dependency.yml and removing the environment json file. We should add the ability to set environment variables in the future. For now,...

Have you made any customizations to parallel_batchscore.py or when training your model? Or are you hitting this error when running with the examples in this repo? Batch prediction with AzureML...

Can you post the steps you have taken, and a screenshot or copy of the error you are seeing?

Thank you for the screenshots! We are taking a look. In the meantime, my recommendation is to use Pipelines instead of Releases (check out the latest version of this repo...