marimo-hf / development.md
watanabe3tipapa's picture
Duplicate from marimo-team/marimo-app-template
ad3f95f

A newer version of the Gradio SDK is available: 6.15.0

Upgrade

Development

Testing your Dockerfile locally

docker build -t marimo-app .
docker run -it --rm -p 7860:7860 marimo-app