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-build-custom-acpt-env.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,33 +14,33 @@ ms.date: 03/17/2023
14
14
15
15
# Creating Custom Curated ACPT Environments in Azure Machine Learning Studio
16
16
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.
18
18
19
-
## Step 1: Navigate to Environments
19
+
###Step 1: Navigate to Environments
20
20
21
21
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.
22
22
23
23

24
24
25
-
## Step 2: Navigate to Curated Enviroments
25
+
###Step 2: Navigate to Curated Enviroments
26
26
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.
28
28
29
29

30
30
31
-
## Step 3: Get details of the curated enviroment
31
+
###Step 3: Get details of the curated enviroment
32
32
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.
34
34
35
35

36
36
37
-
## Step 4: Navigate to Custom Enviroments
37
+
###Step 4: Navigate to Custom Enviroments
38
38
39
39
Go back and click on the " Custom Environments" tab.
40
40
41
41

42
42
43
-
## Step 5: Create Custom Environment
43
+
###Step 5: Create Custom Environment
44
44
45
45
Click on + Create. In the "Create Environment" window, name the environment, description and select "Create a new docker context" in Select enbvironment type section
46
46
@@ -59,8 +59,6 @@ That's it! You have now created a custom environment in Azure Machine Learning S
59
59
* Learn more about environment objects:
60
60
61
61
*[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).
65
63
66
64
* Learn more about [training models in AML](concept-train-machine-learning-model.md).
0 commit comments