Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bor
/
llm-text-preprocessing
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0d2f29f
llm-text-preprocessing
/
development.md
Bor Hodošček
feat: initial working version
a388ec1
unverified
10 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
```