Skip to content

Commit d228500

Browse files
committed
fixing link
1 parent eb8c024 commit d228500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/concept-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Environments can broadly be divided into three categories: *curated*, *user-mana
3535

3636
Curated environments are provided by Azure Machine Learning and are available in your workspace by default. Intended to be used as is, they contain collections of Python packages and settings to help you get started with various machine learning frameworks. These precreated environments also allow for faster deployment time. Curated environments are hosted in the __AzureML registry__, which is a [machine learning registry](concept-machine-learning-registries-mlops.md) hosted by Microsoft. For a full list, see the [environments in AzureML registry](https://ml.azure.com/registries/azureml/environments).
3737

38-
In user-managed environments, you're responsible for setting up your environment and installing every package that your training script needs on the compute target. Also be sure to include any dependencies needed for model deployment. User managed environment can be BYOC (Bring Your Own Container) or Docker Build Context based that delegates image materialization to Azure Machine Learning. Similar to curated environments, you can share user-managed environments across workspaces by using a [machine learning registry](concept-machine-learning-registries.md) that you create and manage.
38+
In user-managed environments, you're responsible for setting up your environment and installing every package that your training script needs on the compute target. Also be sure to include any dependencies needed for model deployment. User managed environment can be BYOC (Bring Your Own Container) or Docker Build Context based that delegates image materialization to Azure Machine Learning. Similar to curated environments, you can share user-managed environments across workspaces by using a [machine learning registry](concept-machine-learning-registries-mlops.md) that you create and manage.
3939

4040
You use system-managed environments when you want [conda](https://conda.io/docs/) to manage the Python environment for you. A new conda environment is materialized from your conda specification on top of a base docker image.
4141

0 commit comments

Comments
 (0)