Skip to content

Commit 1428ab7

Browse files
committed
fixing link
1 parent 7515287 commit 1428ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/v1/how-to-extend-prebuilt-docker-image-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ ENV AZUREML_MODEL_DIR=/var/azureml-app/azureml-models
117117
The following example demonstrates installing `apt` packages, setting environment variables, and including code and models as part of the Dockerfile:
118118

119119
> [!NOTE]
120-
> The following example uses the `mcr.microsoft.com/azureml/minimal-ubuntu20.04-py38-cpu-inference:latest` image as a base image. For information on the available images, see [Prebuilt Docker images for model inference](../concept-prebuilt-docker-images-inference.md#available-images).
120+
> The following example uses the `mcr.microsoft.com/azureml/minimal-ubuntu20.04-py38-cpu-inference:latest` image as a base image. For information on the available images, see [Prebuilt Docker images for model inference](../concept-prebuilt-docker-images-inference.md#list-of-prebuilt-docker-images-for-inference).
121121
122122
```Dockerfile
123123
FROM mcr.microsoft.com/azureml/minimal-ubuntu20.04-py38-cpu-inference:latest

0 commit comments

Comments
 (0)