Spaces:
Sleeping
Sleeping
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 | |
``` | |