Skip to content

Commit 2bfea0e

Browse files
authored
update the run locally page (#1516)
Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
1 parent 82cd3f4 commit 2bfea0e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

content/user-guide/get-started/run-modes/running-locally.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ variants: +flyte +union
88

99
Flyte runs locally with no cluster or Docker needed. Install the SDK, write tasks, and run them on your machine. When you're ready to scale, drop the `--local` flag and the same code runs on a remote cluster with GPUs.
1010

11+
> [!INFO] Try it in your browser
12+
> Follow along with this guide in Google Colab without installing anything locally.
13+
>
14+
> [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/unionai/unionai-examples/blob/main/v2/user-guide/getting-started/ten_minutes_to_flyte.ipynb)
15+
1116
## Getting started
1217

1318
If you haven't already, install the SDK and configure local persistence as described in the [Quickstart](../quickstart).

0 commit comments

Comments
 (0)