Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
marimo-team
/
marimo-app-template
like
11
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
refs/pr/3
marimo-app-template
/
development.md
mylessss
Create template
4545835
8 months ago
preview
code
|
raw
Copy download link
history
blame
Safe
136 Bytes
# Development
## Testing your Dockerfile locally
```bash
docker build -t marimo-app .
docker run -it --rm -p 7860:7860 marimo-app
```