Skip to content

Commit c41ab4a

Browse files
committed
update
1 parent 3796804 commit c41ab4a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ If you want to use a private feed in Azure DevOps, follow these steps:
298298
:::image type="content" source="./media/how-to-create-manage-runtime/runtime-advanced-setting-msi.png" alt-text="Screenshot that shows the toggle for using a workspace user-assigned managed identity. " lightbox = "./media/how-to-create-manage-runtime/runtime-advanced-setting-msi.png":::
299299
2. If you are using compute instance, it will use the user-assigned managed identity that you assigned to the compute instance.
300300

301+
302+
> [!NOTE]
303+
> This approach mainly focuses on quick testing in flow develop phase, if you also want to deploy this flow as endpoint please build this private feed 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)
304+
301305
#### Change the base image for automatic runtime (preview)
302306

303307
By default, we use the latest prompt flow image as the base image. If you want to use a different base image, you can [build a custom one](how-to-customize-environment-runtime.md#customize-environment-with-docker-context-for-runtime). Then, put the new base image under `environment` in the `flow.dag.yaml` file in the flow folder. To use the new base image, you need to reset the runtime via the `reset` command. This process takes several minutes as it pulls the new base image and reinstalls packages.

articles/machine-learning/prompt-flow/how-to-customize-environment-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN pip install -r requirements.txt
6363
```
6464

6565
> [!NOTE]
66-
> This docker image should be built from prompt flow base image that is `mcr.microsoft.com/azureml/promptflow/promptflow-runtime-stable:<newest_version>`. If possible use the [latest version of the base image](https://mcr.microsoft.com/v2/azureml/promptflow/promptflow-runtime-stable/tags/list).
66+
> This docker image should be built from prompt flow base image that is `mcr.microsoft.com/azureml/promptflow/promptflow-runtime:<newest_version>`. If possible use the [latest version of the base image](https://mcr.microsoft.com/v2/azureml/promptflow/promptflow-runtime/tags/list).
6767
6868
### Step 2: Create custom Azure Machine Learning environment
6969

0 commit comments

Comments
 (0)