Spaces:
Sleeping
Sleeping
File size: 160 Bytes
33dc3b3 |
1 2 3 4 5 6 7 8 9 |
# Development
## Testing your Dockerfile locally
```bash
docker build -t lr-text-classification .
docker run -it --rm -p 7860:7860 lr-text-classification
```
|