Spaces:
Sleeping
Sleeping
File size: 438 Bytes
5c06b16 b2fe391 5c06b16 b2fe391 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
title: Grammar Correction for Ukrainian
emoji: π
colorFrom: purple
colorTo: pink
sdk: docker
pinned: false
---
## Install
```shell
uv venv --python 3.10
source .venv/bin/activate
uv pip install -r requirements.txt
# in development mode
uv pip install -r requirements-dev.txt
```
## Build image
```shell
docker build -t grammar-correction-uk .
```
## Run
```shell
docker run -it --rm -p 8888:7860 grammar-correction-uk
```
|