Skip to content

Commit b049e8e

Browse files
committed
update
1 parent 41e0340 commit b049e8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Automatic is the default option for a runtime. You can start an automatic runtim
9898

9999
On a flow page, you can use the following options to manage an automatic runtime:
100100

101-
- **Install packages** triggers `pip install -r requirements.txt` in the flow folder. The process can take a few minutes, depending on the packages that you install.
101+
- **Install packages** Open `requirements.txt` in prompt flow UI, you can add packages in it.
102102
- **View installed packages** shows the packages that are installed in the runtime. It includes the packages baked to base image and packages specify in the `requirements.txt` file in the flow folder.
103103
- **Reset** deletes the current runtime and creates a new one with the same environment. If you encounter a package conflict, you can try this option.
104104
- **Edit** opens the runtime configuration page, where you can define the VM side and the idle time for the runtime.

articles/machine-learning/prompt-flow/how-to-create-manage-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ When you submit flow run using automatic runtime, the `requirements.txt` file wi
211211

212212
On a flow page, you can use the following options to manage an automatic runtime (preview):
213213

214-
- **Install packages** triggers `pip install -r requirements.txt` in the flow folder. This process can take a few minutes, depending on the packages that you install.
214+
- **Install packages** Open `requirements.txt` in prompt flow UI, you can add packages in it.
215215
- **View installed packages** shows the packages that are installed in the runtime. It includes the packages baked to base image and packages specify in the `requirements.txt` file in the flow folder.
216216
- **Reset** deletes the current runtime and creates a new one with the same environment. If you encounter a package conflict issue, you can try this option.
217217
- **Edit** opens the runtime configuration page, where you can define the VM side and the idle time for the runtime.

0 commit comments

Comments
 (0)