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 c6e34a5 commit 410f053
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 @@ -8,7 +8,7 @@

This guide demonstrates how to use the `ImageSpec` to customize the container image for your Flyte tasks.

`ImageSpec` is a mechanism that allows you to specify how to build a container image without requiring a Dockerfile.
`ImageSpec` allows you to customize the container image for your Flyte tasks without a Dockerfile.
This feature provides a flexible and user-friendly way to define the containerization process.
One of the significant advantages of using ImageSpec is its ability to optimize the image-building process by reusing previously
downloaded packages from the PyPI and APT caches, thereby speeding up the entire build process.
Expand Down

0 comments on commit 410f053

Please sign in to comment.