OCR-D / ocrd_tesserocr

Run tesseract with the tesserocr bindings with @OCR-D's interfaces
MIT License
38 stars 11 forks source link

sudo needed? #43

Closed kba closed 5 years ago

kba commented 5 years ago

sudo is not available in many docker images. Default user within a docker container is root. The deps-ubuntu target is used only for building the docker container for dockerhub and circle ci. I see no need to have sudo in the makefile.

@bertsky ?

bertsky commented 5 years ago

Neither do I! And a user who wants to run this herself (interactively in the host OS) can do sudo make deps-ubuntu if she sees it fail in lack of privileges.