You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An AppImage for OCR-D might be an interesting alternative to Docker containers.
AppImages contain all code and data for one or several applications in a single file (technically a compressed filesystem embedded into a standalone Linux executable). They only work on Linux, but don't require a special distribution or pre-installed packages. Their only requirement is working FUSE (user space filesystem).
Building an AppImage with similar contents as the current Docker containers has some challenges, but should be possible.
The text was updated successfully, but these errors were encountered:
I think thar for target group an AppImage could indeed have a lot to offer, since it does not require superuser rights on the host (contrary to Docker).
An AppImage for OCR-D might be an interesting alternative to Docker containers.
AppImages contain all code and data for one or several applications in a single file (technically a compressed filesystem embedded into a standalone Linux executable). They only work on Linux, but don't require a special distribution or pre-installed packages. Their only requirement is working FUSE (user space filesystem).
Building an AppImage with similar contents as the current Docker containers has some challenges, but should be possible.
The text was updated successfully, but these errors were encountered: