red-holiday-95178
08/22/2024, 4:36 PMdeck = flytekit.Deck("Profiling Results")
deck.append(f"<img src={os.path.join(_SHARED_VOLUME_PATH, "<image_name>.svg")}>")
flytekit.current_context().decks.append(deck)
but I believe the temp dir in which the HTML for the deck is written to will not have any access to this shared dir, at a minimumred-holiday-95178
08/22/2024, 4:40 PMaverage-finland-92144
08/22/2024, 4:55 PMred-holiday-95178
08/22/2024, 5:07 PM