Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 609 Bytes

File metadata and controls

22 lines (22 loc) · 609 Bytes

Calamari-Docker

GPU enabled Docker image for Calamari usage with OCR4all

Prerequisites

CPU

GPU

Usage

Build image

docker build . -t calamari:gpu

Run a command

docker run --gpus all --rm calamari:gpu calamari-predict ...

or if you're not on a amd64 platform

docker run --platform linux/amd64 --rm calamari:gpu calamari-predict ...