Skip to content

Commit 67ae951

Browse files
committed
add local wheel
1 parent a3123d4 commit 67ae951

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ You can also customize the environment that you use to run this flow by adding p
278278
> You can change the location and even the file name of `requirements.txt`, but be sure to also change it in the `flow.dag.yaml` file in the flow folder.
279279
>
280280
> Don't pin the version of `promptflow` and `promptflow-tools` in `requirements.txt`, because we already include them in the runtime base image.
281+
>
282+
> `requirements.txt` didn't support local wheel file, you need build them in your image and update customize base image in `flow.dag.yaml`. Learn more [how to build custom base image](how-to-customize-environment-runtime.md#customize-environment-with-docker-context-for-runtime)
281283
282284
#### Add packages in a private feed in Azure DevOps
283285

0 commit comments

Comments
 (0)