You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
322 B
Bash
9 lines
322 B
Bash
#!/bin/sh
|
|
# Run the my_ocrd_workflow container on the current workspace
|
|
|
|
# The container currently needs to run privileged to allow it to read from e.g.
|
|
# /home on SELinux secured systems such as Fedora. We might want to use udica
|
|
# instead in the future.
|
|
|
|
DOCKER_IMAGE=mikegerber/my_ocrd_workflow:stable `dirname $0`/run
|