Skip to content

Commit

Permalink
Update docs/user_guide/customizing_dependencies/imagespec.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nikki Everett <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw and neverett authored Sep 25, 2024
1 parent 9d8f570 commit e8356f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide/customizing_dependencies/imagespec.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ the [default Docker image](https://ghcr.io/flyteorg/flytekit), to all tasks. To
use the `container_image` parameter available in the {py:func}`flytekit.task` decorator, and pass an
`ImageSpec`.

Before building the image, Flytekit checks the container registry first to see if the image already exists.
Before building the image, Flytekit checks the container registry to see if the image already exists.
If the image does not exist,
flytekit will build the image before registering the workflow, and replace the image name in the task template with the newly built image name.

Expand Down

0 comments on commit e8356f7

Please sign in to comment.