Skip to content

Commit 533bd83

Browse files
committed
remove custom base image
1 parent cfadd68 commit 533bd83

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

articles/ai-studio/how-to/prompt-flow-troubleshoot.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ You can view the serverless instance used by compute session in the compute sess
2727

2828
### Compute session failures using custom base image
2929

30-
#### Compute session start failure with requirements.txt or custom base image
31-
32-
Compute session support to use `requirements.txt` or custom base image in `flow.dag.yaml` to customize the image. We would recommend you to use `requirements.txt` for common case, which will use `pip install -r requirements.txt` to install the packages. If you have dependency more than python packages, you need to follow the [Customize base image]() to create build a new image base on top of prompt flow base image. Then use it in `flow.dag.yaml`. Learn more [how to specify base image in compute session.](./create-manage-compute-session.md#change-the-base-image)
33-
34-
- You can't use arbitrary base image to create Compute session, you need to use the base image provide by prompt flow.
35-
- Don't pin the version of `promptflow` and `promptflow-tools` in `requirements.txt`, because we already include them in the base image. Using old version of `promptflow` and `promptflow-tools` may cause unexpected behavior.
36-
3730
## Flow run related issues
3831

3932
### How to find the raw inputs and outputs of in LLM tool for further investigation?

0 commit comments

Comments
 (0)