We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be12c2 commit 3eec580Copy full SHA for 3eec580
.dockerignore
@@ -9,6 +9,9 @@ __pycache__
9
10
# Let's not copy any bash scripts from the scripts folder over, otherwise trashing the docker image too much with recent changes
11
scripts/*.sh
12
+scripts/**/*.sh
13
14
# Nor copy any olmocr bench files
-olmOCR-bench/
15
+olmOCR-bench/
16
+olmOCR-bench*/
17
+html_templates*/
0 commit comments