Skip to content

Commit 5035c28

Browse files
typo fixes, header size change
1 parent c864255 commit 5035c28

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

articles/machine-learning/how-to-build-custom-acpt-env.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,33 +14,33 @@ ms.date: 03/17/2023
1414

1515
# Creating Custom Curated ACPT Environments in Azure Machine Learning Studio
1616

17-
If you are looking to extend curated environment and add HF transformers or datasets to be installed, AzureML offers creating a new env with docker context containing ACPT curated environment as base image and additional packages on top of it as below.
17+
If you are looking to extend curated environment and add HF transformers or datasets or any other external packages to be installed, AzureML offers creating a new env with docker context containing ACPT curated environment as base image and additional packages on top of it as below.
1818

19-
## Step 1: Navigate to Environments
19+
### Step 1: Navigate to Environments
2020

2121
In the [Azure Machine Learning Studio](https://ml.azure.com/registries/environments), navigate to the "Environments" section by clicking on the "Environments" option in the left-hand menu.
2222

2323
![Screenshot of navigating to environments from AML studio](media/how-to-build-custom-acpt-env/navigate_to_environments.png)
2424

25-
## Step 2: Navigate to Curated Enviroments
25+
### Step 2: Navigate to Curated Enviroments
2626

27-
Navigate to curate environments and search "acpt" to list all the available ACPT curated enviroments. Clicking on the environment will show details of the environment.
27+
Navigate to curated environments and search "acpt" to list all the available ACPT curated enviroments. Clicking on the environment will show details of the environment.
2828

2929
![Screenshot of navigating to curated enviroments](media/how-to-build-custom-acpt-env/navigate-to-curated-environments.png)
3030

31-
## Step 3: Get details of the curated enviroment
31+
### Step 3: Get details of the curated enviroment
3232

33-
To create custom environment you will need the base docker image repository which can be found in the "Description" section as "Container Registry". Copy the "Container Registry" name which will be used later when you create a new custom environment.
33+
To create custom environment you will 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 will be used later when you create a new custom environment.
3434

3535
![Screenshot of getting contaioner registry name](media/how-to-build-custom-acpt-env/get_details-curated-environments.png)
3636

37-
## Step 4: Navigate to Custom Enviroments
37+
### Step 4: Navigate to Custom Enviroments
3838

3939
Go back and click on the " Custom Environments" tab.
4040

4141
![Screenshot of navigating to custom enviroments](media/how-to-build-custom-acpt-env/navigate-to-custom-environment.png)
4242

43-
## Step 5: Create Custom Environment
43+
### Step 5: Create Custom Environment
4444

4545
Click on + Create. In the "Create Environment" window, name the environment, description and select "Create a new docker context" in Select enbvironment type section
4646

@@ -59,8 +59,6 @@ That's it! You have now created a custom environment in Azure Machine Learning S
5959
* Learn more about environment objects:
6060

6161
* [What are Azure Machine Learning Environments? ](concept-environments.md.md).
62-
* For a low-code or no-code experience: [Create your automated ML experiments in the Azure Machine Learning studio](how-to-use-automated-ml-for-ml-models.md).
63-
64-
* Learn more about [curated environments](concept-environments.md).
62+
* Learn more about [curated environments](concept-environments.md).
6563

6664
* Learn more about [training models in AML](concept-train-machine-learning-model.md).

0 commit comments

Comments
 (0)