poke1024 / origami

A suite of batches and tools for OCR tasks.
71 stars 16 forks source link

Adding Docker support #15

Closed JSR694 closed 3 years ago

JSR694 commented 3 years ago

Added a Dockerfile for GPU support. Tested it on multiple machines to confirm that it works properly.

Note that building the Docker image takes a long time (~20-45 minutes) because it must build scikit-geometry from source.

Thanks to Patrick Kage @pkage for his help getting all the dependencies to play nice. :)

poke1024 commented 3 years ago

Thank you a lot for the work and time you spent on this!