Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayka committed Feb 6, 2025
1 parent bb4fe54 commit 70872a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/cloud/modal/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
```

0 comments on commit 70872a4

Please sign in to comment.