File size: 491 Bytes
966a439
973f03c
 
a1166f2
 
966a439
 
 
39cc06c
966a439
 
 
 
973f03c
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: marimo rtc
emoji: 🎮
colorFrom: yellow
colorTo: blue
sdk: docker
pinned: true
license: mit
short_description: A marimo Space to edit marimo notebooks
---

Check out marimo at <https://github.com/marimo-team/marimo>
Check out the configuration reference at <https://huggingface.co/docs/hub/spaces-config-reference>

## Development

### Build the docker image

```bash
docker build -t marimo-rtc .
```

### Run the docker container

```bash
docker run -p 7860:7860 marimo-rtc
```