issues
search
ksasso1028
/
EasyOCR-cpp
Custom C++ implementation of deep learning based OCR
45
stars
9
forks
source link
add support for build with docker
#3
Closed
BBO-repo
closed
6 months ago
BBO-repo
commented
10 months ago
Add dockerisation. Remarks:
cmake minimum version was decreased because there is no need to restrict to latest versions
cmake c++ version set to c++17 to work with latest libtorch, I think this should not be that much restrictive
filling README.md to explain how to use, added an image to illustrate a "how to"
adding Dockerfile
adding devcontainer.json to ease docker in vscode
adding a gitignore
Add dockerisation. Remarks: