mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 22:59:53 +02:00
3 lines
167 B
Bash
Executable file
3 lines
167 B
Bash
Executable file
#!/bin/sh
|
|
# XXX Do not run privileged, use udica instead
|
|
docker run --gpus all -it --rm --mount type=bind,src="$(pwd)",target=/data --privileged=true my_ocrd_workflow
|