🧹 Remove half-ass GPU support to fix Travis build
Follow up in https://github.com/mikegerber/my_ocrd_workflow/issues/6.pull/27/head
parent
a097532847
commit
bb92f8b1e6
@ -1,3 +1,3 @@
|
||||
#!/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
|
||||
docker run --user `id -u`:`id -g` --rm -t --mount type=bind,src="$(pwd)",target=/data --privileged=true -e LOG_LEVEL=$LOG_LEVEL my_ocrd_workflow
|
||||
|
Loading…
Reference in New Issue