Skip to content

Commit a49f378

Browse files
Merge pull request #4236 from TPavanBalaji/patch-24
(AzureCXP) fixes MicrosoftDocs/azure-ai-docs#422404
2 parents 1249ab5 + 23340ad commit a49f378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-manage-environments-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The following example creates an environment from a Docker image. An image from
115115
116116
### Create an environment from a Docker build context
117117

118-
Instead of defining an environment from a prebuilt image, you can also define one from a Docker [build context](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#understand-build-context). To do so, specify the directory that serves as the build context. This directory should contain a Dockerfile (not larger than 1MB) and any other files needed to build the image.
118+
Instead of defining an environment from a prebuilt image, you can also define one from a Docker [build context](https://docs.docker.com/build/concepts/context/). To do so, specify the directory that serves as the build context. This directory should contain a Dockerfile (not larger than 1MB) and any other files needed to build the image.
119119

120120
# [Azure CLI](#tab/cli)
121121

0 commit comments

Comments
 (0)