Hey, is envd still the main way of defining an ima...
# flyte-support
g
Hey, is envd still the main way of defining an imageSpec in flyte1? I've seen some
uv
examples pass by before and would like to move to
uv
for environment and package management.
e
By defualt,
ImageSpec
use the
DefaultImageBuilder
: https://github.com/flyteorg/flytekit/blob/23de1abb44c6135030c0d49ba66846d7da109409/flytekit/image_spec/__init__.py#L10 You can use
envd
by installing the
flytekitplugins-envd
g
I've been using envd for the longest time already. I'll have a look at DefaultImageBuilder to see how that works. Thanks for the reply
🙌 1