Skip to content

Commit 460b900

Browse files
committed
update
1 parent 50126c2 commit 460b900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/machine-learning/prompt-flow/how-to-deploy-for-real-time-inference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ If you didn't complete the tutorial, you need to build a flow. Testing the flow
4646
We'll use the sample flow **Web Classification** as example to show how to deploy the flow. This sample flow is a standard flow. Deploying chat flows is similar. Evaluation flow doesn't support deployment.
4747

4848
## Define the environment used by deployment
49+
4950
When you deploy prompt flow to managed online endpoint in UI. You need define the environment used by this flow. By default, it will use the latest prompt image version. You can specify extra packages you needed in `requirements.txt`. You can find `requirements.txt` in the root folder of your flow folder, which is system generated file.
5051

5152
:::image type="content" source="./media/how-to-deploy-for-real-time-inference/requirements-text.png" alt-text="Screenshot of Web requiremnts-text. " lightbox = "./media/how-to-deploy-for-real-time-inference/requirements-text.png":::

0 commit comments

Comments
 (0)