Spaces:
Sleeping
Sleeping
# Development | |
## Testing your Dockerfile locally | |
```bash | |
docker build -t lr-text-classification . | |
docker run -it --rm -p 7860:7860 lr-text-classification | |
``` | |