Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
marimo-team
/
bulk
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
bulk
/
development.md
koaning
Duplicate from marimo-team/marimo-app-template
277b10b
verified
over 1 year ago
preview
code
|
raw
Copy download link
history
blame
contribute
delete
136 Bytes
# Development
## Testing your Dockerfile locally
```bash
docker build -t marimo-app .
docker run -it --rm -p 7860:7860 marimo-app
```