Skip to content

Commit 3eec580

Browse files
committed
Docker ignore
1 parent 6be12c2 commit 3eec580

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.dockerignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ __pycache__
99

1010
# Let's not copy any bash scripts from the scripts folder over, otherwise trashing the docker image too much with recent changes
1111
scripts/*.sh
12+
scripts/**/*.sh
1213

1314
# Nor copy any olmocr bench files
14-
olmOCR-bench/
15+
olmOCR-bench/
16+
olmOCR-bench*/
17+
html_templates*/

0 commit comments

Comments
 (0)