vizhur

Results 9 comments of vizhur

Agree with @betatim that parameters we overwrite or renamed should be documented so it's clear to a user. Though passing args down the stream as a dict might bring other...

There are no current plans to backport the feature to v1 AzureML Python SDK, feature is available for v2 https://docs.microsoft.com/en-us/azure/machine-learning/concept-v2

you can add it into dockerfile for the environment used for your deployment

I don't think the problem is related to the base image. Can you please confirm that you can build a new derived image based on 20220314.v1 that actually works? From...

If you want to install your dependencies into isolated environment, I'd suggest to have a bare nvidia base image. There is not much value of using acpt image or curaed...

you are probably on a very old python version. should be fine with >3.7

https://pypi.org/project/azureml-automl-runtime/ Requires: Python >=3.7,

@CESARDELATORRE there is no need to clone a curated environment. Few points here - Curated environment is intended to be used "as is" to get benefits of a globally cached...