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/ai-studio/how-to/create-manage-runtime.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ You can manage automatic runtime in the flow page. Here are options you can use:
97
97
-** Install packages** triggers the `pip install -r requirements.txt` in the flow folder. It takes minutes depends on the packages you install.
98
98
-**Reset** deletes the current runtime and creates a new one with the same environment. If you encounter package conflict issue, you can try this option.
99
99
-**Edit** opens the runtime config page where you can define the VM side and idle time for the runtime.
100
-
- Stop, will delete current runtime. If there's no active runtime on underlining compute, compute resource will also be deleted.
100
+
-**Stop** deletes the current runtime. If there's no active runtime on the underlining compute, the compute resource will also be deleted.
101
101
102
102
:::image type="content" source="../media/prompt-flow/how-to-create-manage-runtime/runtime-create-automatic-actions.png" alt-text="Screenshot of actions on automatic runtime on flow page. " lightbox = "../media/prompt-flow/how-to-create-manage-runtime/runtime-create-automatic-actions.png":::
0 commit comments