Skip to content

Commit a8d1766

Browse files
Merge pull request #268061 from ssalgadodev/patch-76
Update how-to-azure-container-for-pytorch-environment.md
2 parents d74d9d7 + 699106b commit a8d1766

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/machine-learning/how-to-azure-container-for-pytorch-environment.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,18 @@ ms.service: machine-learning
1010
ms.subservice: core
1111
ms.custom: build-2023, build-2023-dataai
1212
ms.topic: how-to
13-
ms.date: 03/20/2023
13+
ms.date: 03/04/2024
1414
---
1515

1616
# Create custom curated Azure Container for PyTorch (ACPT) environments in Azure Machine Learning studio
1717

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.
1919

2020
## Prerequisites
2121

2222
Before following the steps in this article, make sure you have the following prerequisites:
2323

2424
- 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-
2625
- 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.
2726

2827
## Navigate to environments
@@ -40,19 +39,19 @@ Navigate to curated environments and search "acpt" to list all the available ACP
4039

4140
## Get details of the curated environments
4241

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.
4443

4544
:::image type="content" source="./media/how-to-azure-container-for-pytorch-environment/get-details-curated-environments.png" alt-text="Screenshot of getting container registry name." lightbox= "./media/how-to-azure-container-for-pytorch-environment/get-details-curated-environments.png":::
4645

4746
## Navigate to custom environments
4847

49-
Go back and select the " Custom Environments" tab.
48+
Go back and select the **Custom Environments** tab.
5049

5150
:::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":::
5251

5352
## Create custom environments
5453

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.
5655

5756
:::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":::
5857

0 commit comments

Comments
 (0)