mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
🚧 ppn2ocr: Do not call workflow for now
This commit is contained in:
parent
10f5198fa6
commit
05dbffeb7a
1 changed files with 5 additions and 5 deletions
10
ppn2ocr
10
ppn2ocr
|
@ -149,11 +149,11 @@ ppn = sys.argv[1]
|
|||
# From here, the magic happens
|
||||
self_dir = os.path.realpath(os.path.dirname(sys.argv[0]))
|
||||
make_workspace(ppn, ppn)
|
||||
subprocess.run([
|
||||
os.path.join(self_dir, 'run-docker-hub'),
|
||||
'-I', 'BEST',
|
||||
'--skip-validation'
|
||||
])
|
||||
# subprocess.run([
|
||||
# os.path.join(self_dir, 'run-docker-hub'),
|
||||
# '-I', 'BEST',
|
||||
# '--skip-validation'
|
||||
# ])
|
||||
|
||||
|
||||
# TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue