Run Calamari OCR

This commit is contained in:
Gerber, Mike 2019-08-21 11:54:01 +02:00
parent 001e62f54a
commit 0bc06c2fad
7 changed files with 29 additions and 1 deletions

2
run
View file

@ -1,3 +1,3 @@
#!/bin/sh
# XXX Do not run privileged, use udica instead
docker run -it --rm --mount type=bind,src="$(pwd)",target=/data --privileged=true my_ocrd_workflow
docker run --gpus all -it --rm --mount type=bind,src="$(pwd)",target=/data --privileged=true my_ocrd_workflow