Skip to content

Commit 9f00f45

Browse files
authored
Apply pencil edit for blocking issue from PR review
1 parent beee85a commit 9f00f45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/ai-studio/how-to/create-manage-runtime.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ To create a prompt flow runtime in Azure AI Studio:
9494
### Update automatic runtime in flow page
9595

9696
You can manage automatic runtime in the flow page. Here are options you can use:
97-
-** Install packages** triggers the `pip install -r requirements.txt` in the flow folder. It takes minutes depends on the packages you install.
97+
98+
- **Install packages** triggers the `pip install -r requirements.txt` in the flow folder. It takes minutes depending on the packages you install.
9899
- **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.
99100
- **Edit** opens the runtime config page where you can define the VM side and idle time for the runtime.
100101
- **Stop** deletes the current runtime. If there's no active runtime on the underlining compute, the compute resource will also be deleted.

0 commit comments

Comments
 (0)