--- 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 Check out the configuration reference at ## Development ### Build the docker image ```bash docker build -t marimo-rtc . ``` ### Run the docker container ```bash docker run -p 7860:7860 marimo-rtc ```