You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,185 +19,62 @@ This article lists the curated environments with latest framework versions in Az
19
19
> [!NOTE]
20
20
> Use the [Python SDK](how-to-use-environments.md), [CLI](/cli/azure/ml/environment#az_ml_environment_list), or Azure Machine Learning [studio](how-to-manage-environments-in-studio.md) to get the full list of environments and their dependencies. For more information, see the [environments article](how-to-use-environments.md#use-a-curated-environment).
21
21
22
+
## Why should I use curated environments?
23
+
24
+
* Reduces training and deployment latency.
25
+
* Improves training and deployment success rate.
26
+
* Avoid unnecessary image builds.
27
+
* Only have required dependencies and access right in the image/container.
28
+
29
+
>[!IMPORTANT]
30
+
> To view more information about curated environment packages and versions, visit the Environments tab in the Azure Machine Learning [studio](https://docs.microsoft.com/azure/machine-learning/how-to-manage-environments-in-studio).
**Description**: An environment for tasks such as regression, clustering, and classification with Scikit-learn. Contains the AzureML Python SDK and other python packages.
62
+
* OS: Ubuntu20.04
63
+
* Scikit-learn: 1.0
127
64
128
-
The following Dockerfile can be customized for your personal workflows.
129
-
130
-
```dockerfile
131
-
FROM mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20211221.v1
Version updates for supported environmentsare released every two weeks to address vulnerabilities no older than 30 days.
96
+
## Support
97
+
Version updates for supported environments, including the base images they reference, are released every two weeks to address vulnerabilities no older than 30 days. Based on usage, some environments may be deprecated (hidden from the product but usable) to support more common machine learning scenarios.
0 commit comments