tests/tools/Docker/build_docker_image.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 28 Feb 2023 15:05:20 +0100
branchwxPython4
changeset 3729 1bd62761a8f6
parent 3693 4058140a8757
child 3841 02fa0f8484d7
permissions -rwxr-xr-x
Tests: Use TESSERACT_LSTM_COMBINED, LSTM + Legacy OCR mode in Sikuli, more stable results.
#!/bin/bash

set -e

echo "Building docker image"
docker build \
    --build-arg UID=$(id -u) \
    --build-arg GID=$(id -g) \
    -t beremiz_sikuli .