raj76/singularity:dirt
$ singularity pull shub://raj76/singularity:dirt
Singularity Recipe
BootStrap: docker
From: ubuntu:16.04
%labels
Maintainer Raj Ayyampalayam
Version v1.0
%post
apt-get update
apt-get -y install software-properties-common
add-apt-repository universe
apt-key adv --keyserver pgp.skewed.de --recv-key 612DEFB798507F25
echo 'deb http://downloads.skewed.de/apt/xenial xenial universe' | tee -a /etc/apt/sources.list
echo 'deb-src http://downloads.skewed.de/apt/xenial xenial universe' | tee -a /etc/apt/sources.list
apt-get update
apt-get -y upgrade
apt-get -y install expat libsparsehash-dev libboost-all-dev graphviz build-essential libcairo2-dev python-pip python-dev python-matplotlib gfortran libopenblas-dev liblapack-dev libcgal-dev python-numpy python2.7-config python-cairo python-scipy python-graph-tool vim tesseract-ocr zbar-tools git
apt-get clean
apt-get purge
pip install mahotas
mkdir -p /opt
cd /opt
git clone https://github.com/Computational-Plant-Science/DIRT.git
sed -i 's#/usr/local/bin/zbarimg#/usr/bin/zbarimg#' /opt/DIRT/DirtOcr/__init__.py
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
%environment
export LC_ALL=C
Collection
- Name: raj76/singularity
- License: GNU General Public License v3.0
View on Datalad
Metrics
key | value |
---|---|
id | /containers/raj76-singularity-dirt |
collection name | raj76/singularity |
branch | master |
tag | dirt |
commit | e4757bb12a126482b3d2bce922ac5278a9182422 |
version (container hash) | 0db9792e389c07cfb56dd677a6364550 |
build date | 2018-02-17T23:01:17.183Z |
size (MB) | 1634 |
size (bytes) | 512196639 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.