Skip to content

Commit a8a4e0f

Browse files
ositanachimsakande
andauthored
Update articles/machine-learning/how-to-manage-environments-v2.md
Co-authored-by: Mope Akande <[email protected]>
1 parent a2c5eb8 commit a8a4e0f

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
> [!NOTE]
140140
> Uploading a Dockerfile larger than 1MB is currently unsupported.

0 commit comments

Comments
 (0)