Skip to content

Commit 1ff9289

Browse files
Merge pull request #229934 from ositanachi/patch-2
Specify Dockerfile file size limitation
2 parents d363bbf + fccab37 commit 1ff9289

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
@@ -134,7 +134,7 @@ ml_client.environments.create_or_update(env_docker_image)
134134
135135
### Create an environment from a Docker build context
136136

137-
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 will serve as the build context. This directory should contain a Dockerfile and any other files needed to build the image.
137+
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 will serve as the build context. This directory should contain a Dockerfile (not larger than 1MB) and any other files needed to build the image.
138138

139139
# [Azure CLI](#tab/cli)
140140

0 commit comments

Comments
 (0)