Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
marimo-team
/
marimo-code-interpreter
like
4
Running
App
Files
Files
Community
4545835
marimo-code-interpreter
/
development.md
mylessss
Create template
4545835
3 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
```