From 5edc45e9b783f2f6d7fca0e908beb5c721941efe Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Wed, 25 Sep 2024 16:55:44 -0700 Subject: [PATCH] Update docs/user_guide/customizing_dependencies/imagespec.md Co-authored-by: Nikki Everett Signed-off-by: Kevin Su --- docs/user_guide/customizing_dependencies/imagespec.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/user_guide/customizing_dependencies/imagespec.md b/docs/user_guide/customizing_dependencies/imagespec.md index caf25f4464..3346ed5346 100644 --- a/docs/user_guide/customizing_dependencies/imagespec.md +++ b/docs/user_guide/customizing_dependencies/imagespec.md @@ -6,7 +6,6 @@ .. tags:: Containerization, Intermediate ``` -This guide demonstrates how to use the `ImageSpec` to customize the container image for your Flyte tasks. `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.