### 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 ```