Skip to content

Commit 58777fe

Browse files
authored
Merge pull request #353 from OCR-D/fix-tessdata
Dockerfile: needs no TESSDATA_PREFIX anymore
2 parents dab852a + 36f9c85 commit 58777fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ ENV XDG_DATA_HOME /usr/local/share
4242
# VOLUME $XDG_DATA_HOME/ocrd-resources
4343
ENV HOME /
4444

45-
# Set the TESSDATA_PREFIX in such a way that the standalone
46-
# tesseract CLI will find the models
47-
ENV TESSDATA_PREFIX $XDG_DATA_HOME/ocrd-resources/ocrd-tesserocr-recognize
48-
4945
# make apt run non-interactive during build
5046
ENV DEBIAN_FRONTEND noninteractive
5147

0 commit comments

Comments
 (0)