-
Notifications
You must be signed in to change notification settings - Fork 12
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
AML registry + vnet integration #269
Conversation
Tested pushing something to the registry with, using an example env in https://github.com/Azure/azureml-examples from azure.ai.ml import MLClient, load_registry
from azure.ai.ml.constants._common import LROConfigurations
from azure.identity import DefaultAzureCredential, InteractiveBrowserCredential
import os
from azure.ai.ml.entities import Environment, BuildContext
credential = DefaultAzureCredential()
_ = credential.get_token("https://management.azure.com/.default")
# registry = ml_client.registries.get(name="XXXX")
# print(registry)
env_docker_context = Environment(
build=BuildContext(path="tmp/azureml-examples/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/env_train"),
name="SKLearnEnv",
version=str(1),
description="Scikit Learn environment",
)
ml_client_registry.environments.create_or_update(env_docker_context) |
So - due to the timelines for what we're aiming for, we've taken the call to only include the registry, with an Algorithm Steward group having the only access to it. I've taken the registry aspects from this PR here- #284 , and removed the AML workspace from the |
Not going to be bought in in the near term. Anyone: please feel free to reopen this when ready |
Resolves #233
See also: https://github.com/UCLH-Foundry/UCLH-Azure-Bootstrap/pull/8
How is this addressed
Has the CIS document been consulted / updated?
Modifying
Unknown
TODO
Questions