apply_chat_template / development.md
alonsosilva's picture
Duplicate from marimo-team/marimo-app-template
2e7213e verified

Development

Testing your Dockerfile locally

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