🔧 Allow setting LOG_LEVEL

This commit is contained in:
Gerber, Mike 2019-09-27 12:09:37 +02:00
parent d6c38b5b9f
commit 0b2b66a0b4
2 changed files with 2 additions and 3 deletions

2
run
View file

@ -1,3 +1,3 @@
#!/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
docker run --gpus all -it --rm --mount type=bind,src="$(pwd)",target=/data --privileged=true -e LOG_LEVEL=$LOG_LEVEL my_ocrd_workflow