Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bor
/
aozora-bunko-preprocessor
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8cef38d
aozora-bunko-preprocessor
/
development.md
bor
Duplicate from marimo-team/marimo-app-template
328461e
verified
21 days 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
```