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-manage-environments-in-studio.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.subservice: core
8
8
author: Blackmist
9
9
ms.author: larryfr
10
10
ms.reviewer: osiotugo
11
-
ms.date: 09/18/2024
11
+
ms.date: 11/22/2024
12
12
ms.topic: how-to
13
13
ms.custom:
14
14
# Customer Intent: As a Data Scientist, I want to understand how to manage environments for training and inference in Azure Machine Learning studio.
@@ -60,13 +60,19 @@ If a new environment is given the same name as an existing environment in the wo
60
60
61
61
## View and edit environment details
62
62
63
-
Once an environment has been created, view its details by selecting the name. Use the dropdown menu to select different versions of the environment. Here you can view metadata and the contents of the environment through its various dependencies.
63
+
1.Once an environment has been created, view its details by selecting the __Name__ from the __Custom environments__ tab.
64
64
65
-
Select the pencil icons to edit tags, descriptions, configuration files under the **Context** tab.
65
+
:::image type="content" source="media/how-to-manage-environments-in-studio/select-existing-environment.png" alt-text="Screenshot of the custom environments page." lightbox="media/how-to-manage-environments-in-studio/select-existing-environment.png":::
66
66
67
-
Keep in mind that any changes to the Docker or Conda sections create a new version of the environment.
67
+
1. Use the __Version__ dropdown menu to select different versions of the environment. From the __Details__ tab, you can view metadata and the contents of the environment through its various dependencies. Select the pencil icons to edit fields such as __Description__ and __Tags__.
68
68
69
-
:::image type="content" source="media/how-to-manage-environments-in-studio/details-page.png" alt-text="Screenshot of the environment details page.":::
69
+
:::image type="content" source="media/how-to-manage-environments-in-studio/environment-details.png" alt-text="Screenshot of the environment details tab." lightbox="media/how-to-manage-environments-in-studio/environment-details.png":::
70
+
71
+
3. Select the __Context__ tab to upload additional files or edit the existing Dockerfile. Use __Save and Build__ to save any changes and rebuild the context.
72
+
73
+
Keep in mind that any changes to the Docker or Conda sections create a new version of the environment.
74
+
75
+
:::image type="content" source="media/how-to-manage-environments-in-studio/environment-context.png" alt-text="Screenshot of the environment context tab." lightbox="media/how-to-manage-environments-in-studio/environment-context.png":::
0 commit comments