Skip to content

Commit 517923b

Browse files
Merge pull request #252549 from likebupt/update-customize-runtime-20230921
update to stable runtime
2 parents e87f3bd + 14e1f94 commit 517923b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN pip install -r requirements.txt
6464
```
6565

6666
> [!NOTE]
67-
> 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).
67+
> 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/tags/list).
6868
6969
### Step 2: Create custom Azure Machine Learning environment
7070

@@ -144,7 +144,7 @@ from azure.ai.ml.entities import CustomApplications, ImageSettings, EndpointsSet
144144

145145
ml_client = MLClient.from_config(credential=credential)
146146

147-
image = ImageSettings(reference='mcr.microsoft.com/azureml/promptflow/promptflow-runtime:<newest_version>')
147+
image = ImageSettings(reference='mcr.microsoft.com/azureml/promptflow/promptflow-runtime-stable:<newest_version>')
148148

149149
endpoints = [EndpointsSettings(published=8081, target=8080)]
150150

@@ -178,4 +178,4 @@ Follow [this document to add custom application](../how-to-create-compute-instan
178178
## Next steps
179179

180180
- [Develop a standard flow](how-to-develop-a-standard-flow.md)
181-
- [Develop a chat flow](how-to-develop-a-chat-flow.md)
181+
- [Develop a chat flow](how-to-develop-a-chat-flow.md)

0 commit comments

Comments
 (0)