mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-01 01:19:52 +02:00
🧹 Remove half-ass GPU support to fix Travis build
Follow up in https://github.com/mikegerber/my_ocrd_workflow/issues/6.
This commit is contained in:
parent
a097532847
commit
bb92f8b1e6
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
#FROM nvidia/cuda:10.0-cudnn7-runtime-ubuntu18.04
|
||||
FROM ubuntu:18.04
|
||||
|
||||
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
|
||||
|
|
2
run
2
run
|
@ -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…
Add table
Add a link
Reference in a new issue