mirror of
				https://github.com/qurator-spk/ocrd-galley.git
				synced 2025-10-30 02:34:13 +01: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 .
 |