SupercomputingWales/singularity_hub:tesseract_opencv

$ singularity pull shub://SupercomputingWales/singularity_hub:tesseract_opencv

Singularity Recipe

Bootstrap:docker  
From:valian/docker-python-opencv-ffmpeg:py3

%labels
MAINTAINER Thomas Green

%environment

%runscript
exec /bin/bash /bin/echo "Not supported"

%post
# Create some common mountpoints for systems without overlayfs
mkdir /scratch
mkdir /apps

# Update metadata on packages
apt-get update
# Install repo helper
apt-get install -y software-properties-common
# Run repo helper to install universe
add-apt-repository -y universe
add-apt-repository -y ppa:alex-p/tesseract-ocr
apt-get update
apt-get install -y tesseract-ocr-all

# Install requested applications.
pip3 install pillow
pip3 install pytesseract
pip3 install imutils

Collection


View on Datalad

Metrics

key value
id /containers/SupercomputingWales-singularity_hub-tesseract_opencv
collection name SupercomputingWales/singularity_hub
branch master
tag tesseract_opencv
commit b5cb5b87b7ac1d83a26788a14d869e3ad9729435
version (container hash) 62652d817edc908b1f0b8d6c6407b276
build date 2019-04-13T15:18:57.597Z
size (MB) 1651
size (bytes) 737423391
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.