Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NCEE-Build-Lab
/
context_json_template_drafting_mnb
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cdb7b4f
context_json_template_drafting_mnb
/
development.md
MilanM
Duplicate from marimo-team/marimo-app-template
38c4ff0
2 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
```