Open Aditya369nair opened 2 years ago
route to CXP team
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github.
Author: | Aditya369nair |
---|---|
Assignees: | - |
Labels: | `question`, `extension/ml`, `customer-reported`, `Machine Learning`, `Service Attention`, `Auto-Assign` |
Milestone: | - |
Tagging @hugoaponte for environments insight
I too have the same question. Is there any way we could use the equivalent command using components using yaml then use these components to build pipeline.
whl_url = Environment.add_private_pip_wheel(workspace=ws,file_path = wheel_path1, exist_ok=True)
Related command
Extension name (the extension in question)
azure ml extension
Description of issue (in as much detail as possible)
How can I achieve the equivalent of the following python code using the environment yaml ?
I create az ml env using a yaml file like with this
and
tips.yaml
looks like thiswhere the whl file is uploaded manually and I would want to automate that process