Skip to content

Instantly share code, notes, and snippets.

View OlegJakushkin's full-sized avatar
🤩

Oleg Jakushkin OlegJakushkin

🤩
View GitHub Profile
@lorne-luo
lorne-luo / install-tesseract_centos.sh
Created December 14, 2017 05:33
Install tesseract on centos
cd /opt
yum -y update
yum -y install libstdc++ autoconf automake libtool autoconf-archive pkg-config gcc gcc-c++ make libjpeg-devel libpng-devel libtiff-devel zlib-devel
#Install AutoConf-Archive
wget ftp://mirror.switch.ch/pool/4/mirror/epel/7/ppc64/a/autoconf-archive-2016.09.16-1.el7.noarch.rpm
rpm -i autoconf-archive-2016.09.16-1.el7.noarch.rpm
#Install Leptonica from Source
@dwilkie
dwilkie / docker-cheat-sheat.md
Last active May 12, 2024 14:08
Docker Cheat Sheet

Build docker image

$ cd /path/to/Dockerfile
$ sudo docker build .

View running processes