Hi, is there a way to add decks to ContainerTasks?...
# flyte-support
a
Hi, is there a way to add decks to ContainerTasks? And what is the recommended way to capture stdout?
g
is there a way to add decks to ContainerTasks
yes, you can upload the deck.html file to <raw_output_prefix>/deck.html
and then you will be able to see it on UI
you want to show the stdout on deck?
a
Possibly. In my scenario I would rather capture stdout into a task output. Do I need to enable decks in ContainerTask metadata somehow? Is there an example somewhere?