readme updated

This commit is contained in:
Matthias Bisping 2022-02-16 14:24:53 +01:00
parent b00ff021f8
commit 709fa77b57

View File

@ -0,0 +1,25 @@
### Building
Build base image
```bash
setup/docker.sh
```
Build head image
```bash
docker build -f Dockerfile -t detr-server . --build-arg BASE_ROOT=""
```
### Usage
Shell 1
```bash
docker run --rm --net=host --rm detr-server
```
Shell 2
```bash
python scripts/client_mock.py --pdf_path /path/to/a/pdf
```