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
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-azure-container-for-pytorch-environment.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,18 @@ ms.service: machine-learning
10
10
ms.subservice: core
11
11
ms.custom: build-2023, build-2023-dataai
12
12
ms.topic: how-to
13
-
ms.date: 03/20/2023
13
+
ms.date: 03/04/2024
14
14
---
15
15
16
16
# Create custom curated Azure Container for PyTorch (ACPT) environments in Azure Machine Learning studio
17
17
18
-
If you're looking to extend curated environment and add Hugging Face (HF) transformers or datasets or any other external packages to be installed, Azure Machine Learning offers to create a new env with docker context containing ACPT curated environment as base image and additional packages on top of it as below.
18
+
In this article you'll learn to create a custom environment in Azure Machine learning. Custom Environments allow you to extend curated environments and add Hugging Face (HF) transformers, datasets or install any other external packages with Azure Machine Learning. Azure machine Learning offers to create a new environment with docker context containing ACPT curated environment as a base image and additional packages on top of it.
19
19
20
20
## Prerequisites
21
21
22
22
Before following the steps in this article, make sure you have the following prerequisites:
23
23
24
24
- An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://azure.microsoft.com/free/).
25
-
26
25
- An Azure Machine Learning workspace. If you don't have one, use the steps in the [Quickstart: Create workspace resources](quickstart-create-resources.md) article to create one.
27
26
28
27
## Navigate to environments
@@ -40,19 +39,19 @@ Navigate to curated environments and search "acpt" to list all the available ACP
40
39
41
40
## Get details of the curated environments
42
41
43
-
To create custom environment, you need the base docker image repository, which can be found in the "Description" section as "Azure Container Registry". Copy the "Azure Container Registry" name, which is used later when you create a new custom environment.
42
+
To create a custom environment, you need the base docker image repository, which can be found in the **Description** section as **Azure Container Registry**. Copy the **Azure Container Registry** name, which is used later when you create a new custom environment.
Go back and select the " Custom Environments" tab.
48
+
Go back and select the **Custom Environments** tab.
50
49
51
50
:::image type="content" source="./media/how-to-azure-container-for-pytorch-environment/navigate-to-custom-environment.png" alt-text="Screenshot of navigating to custom environments." lightbox= "./media/how-to-azure-container-for-pytorch-environment/navigate-to-custom-environment.png":::
52
51
53
52
## Create custom environments
54
53
55
-
Select **+ Create**. In the "Create Environment" window, name the environment, description and select "Create a new docker context" in Select environments type section.
54
+
Select **+ Create**. In the "Create Environment" window, name the environment, description, and select **Create a new docker context** in the Select environments type section.
56
55
57
56
:::image type="content" source="./media/how-to-azure-container-for-pytorch-environment/create-environment-window.png" alt-text="Screenshot of creating custom environment." lightbox= "./media/how-to-azure-container-for-pytorch-environment/create-environment-window.png":::
0 commit comments