Envd
flytekitplugins-envd
FlytekitDeveloper Toolsenvdcontainerimage-builder
envd is a command-line tool that helps you create the container-based development environment for AI/ML.
Install
pip install flytekitplugins-envdQuick Start(example, may need adjustment)
pip install flytekitplugins-envd
from flytekit import task, workflow
from flytekitplugins.envd import EnvdImageSpecBuilder
config = EnvdImageSpecBuilder(...)
@task
def my_task() -> None:
...
@workflow
def my_workflow() -> None:
my_task()Available Imports (1)
typeEnvdImageSpecBuilder
This class is used to build a docker image using envd.
from flytekitplugins.envd import EnvdImageSpecBuilder
Dependencies
envd
Related Plugins
Anthropic Claude
This plugin provides integration between Flyte and Anthropic's Claude API, enabling you to use Flyte tasks as tools for Claude agents.
Deck
This plugin provides additional renderers to improve task visibility within Flytekit.
Flyte Interactive
FlyteInteractive plugin provides users' favorite interface to develop and debug a flyte task interactively. We support vscode, jupyter (WIP), and neovim (WIP).
Google Gemini
This plugin provides integration between Flyte and Google's Gemini API, enabling you to use Flyte tasks as tools for Gemini agents.
Package Info
Min Flytekit1.12.0
Modules1
Downloads
Last day384
Last week6,999
Last month20,126