romxero/tesseract_sing_env:latest

$ singularity pull shub://romxero/tesseract_sing_env:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:bionic

%labels
Author "Randall Cab White - rcwhite@stanford.edu"


##########
#%setup
##########

#Downlaod packages
%post
  apt-get -ym update
    ln -fs /usr/share/zoneinfo/America/Los_Angeles /etc/localtime
    apt-get install -y tzdata
    dpkg-reconfigure --frontend noninteractive tzdata

  apt-get -ym install wget curl gcc gfortran python python3 python3-pip tar bzip2 make cmake tesseract-ocr build-essential
  apt-get -ym install libturbojpeg libsdl2-dev libpoppler-cil poppler-utils
  pip3 install --upgrade pip
  python3 -m pip install pytesseract numpy pandas nltk spacy
  python3 -m pip install bs4 pdf2image

%environment
  export IMAGE_NAME="tesseract_container"
%runscript

Collection


View on Datalad

Metrics

key value
id /containers/romxero-tesseract_sing_env-latest
collection name romxero/tesseract_sing_env
branch master
tag latest
commit 4d82a97750a03f3f6ef6329a68ab91dbd2b23dc4
version (container hash) d27549a0b27c43f9bf7244d9f105a829
build date 2020-10-02T18:20:26.793Z
size (MB) 1131.0
size (bytes) 431304735
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.