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 5cb68fa commit 9d8f570
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/user_guide/customizing_dependencies/imagespec.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
By default, the `ImageSpec` will be built using the `default` builder associated with Flytekit, but you can register your own builder.

For example, [flytekitplugins-envd](https://github.com/flyteorg/flytekit/blob/c06ef30518dec2057e554fbed375dfa43b985c60/plugins/flytekit-envd/flytekitplugins/envd/image_builder.py#L25) is another image builder that uses envd to build the ImageSpec.
This flexibility allows you to tailor the image-building process according to your specific needs and tool preferences.

For every {py:class}`flytekit.PythonFunctionTask` task or a task decorated with the `@task` decorator,
you can specify rules for binding container images. By default, flytekit binds a single container image, i.e.,
Expand Down

0 comments on commit 9d8f570

Please sign in to comment.