diff --git a/docs/user_guide/customizing_dependencies/imagespec.md b/docs/user_guide/customizing_dependencies/imagespec.md index 550eb73e82..77fdece6b8 100644 --- a/docs/user_guide/customizing_dependencies/imagespec.md +++ b/docs/user_guide/customizing_dependencies/imagespec.md @@ -179,7 +179,8 @@ image_spec = ImageSpec( ``` ## Define ImageSpec in a YAML File -There is an option to override the container image by providing an ImageSpec YAML file to the `pyflyte run` or `pyflyte register` command. + +You can override the container image by providing an ImageSpec YAML file to the `pyflyte run` or `pyflyte register` command. This allows for greater flexibility in specifying a custom container image. For example: ```yaml