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