mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 06:39:53 +02:00
10 lines
185 B
Bash
Executable file
10 lines
185 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
(
|
|
cd data
|
|
git annex get calamari-models/GT4HistOCR
|
|
git annex unlock calamari-models/GT4HistOCR # So they are not symlinks
|
|
)
|
|
|
|
docker build -t my_ocrd_workflow .
|