From 70872a47d47cfcdb7a6f279c66bd6fa27dde72fb Mon Sep 17 00:00:00 2001 From: Akshay Agrawal Date: Thu, 6 Feb 2025 11:33:53 -0800 Subject: [PATCH] update readme --- examples/cloud/modal/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/cloud/modal/README.md b/examples/cloud/modal/README.md index 4fbc970f69f..8ddb67e676d 100644 --- a/examples/cloud/modal/README.md +++ b/examples/cloud/modal/README.md @@ -1,8 +1,9 @@ # Running marimo on Modal -This folder contains examples of how to use run marimo notebooks on Modal, +This folder contains examples of how to use run marimo notebooks on [Modal](https://modal.com/), making it easy to get access to cloud GPUs. To get started, first create -a modal account and follow their onboarding. +a modal account and follow their onboarding. You'll also need to install the [uv +package manager](https://docs.astral.sh/uv/). ## Editable notebooks [modal_edit.py](modal_edit.py) has an example of how to spin up an editable @@ -20,6 +21,6 @@ You can configure your GPU selection by editing `modal_edit`. notebook as an app on Modal. Run with ```bash -uvx -p 3.12 modan run modal_run.py +uvx -p 3.12 modal run modal_run.py ```