CoolFace
Apppublic

computerscience-person/CC229_Marimo_Demo

sourceHugging Facemitupdated 2y agoView on Hugging Face
1likes
development.md9 linesDownload Raw Back to root
1# Development2 3## Testing your Dockerfile locally4 5```bash6docker build -t marimo-app .7docker run -it --rm -p 7860:7860 marimo-app8```9