arcsUVA/hydrator:0.0.2
$ singularity pull shub://arcsUVA/hydrator:0.0.2
Singularity Recipe
BootStrap: yum
OSVersion: 7
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/os/$basearch/
Include: yum
%post
yum -y install vim-minimal
yum -y install curl
yum -y install wget
yum -y install git
yum -y install gtk2
yum -y install gtk2-devel
yum -y install libXtst
yum -y install libXtst-devel
yum -y install libXScrnSaver
yum -y install libXScrnSaver-devel
yum -y install GConf2
yum -y install GConf2-devel
yum -y install alsa-lib
yum -y install alsa-lib-devel
yum -y install epel-release
curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -
yum -y install nodejs
yum -y install gcc-c++ make
yum -y install dpkg
#yum -y install PackageKit-gtk3-module
npm -v
#Need to create a directory within the container
# to hold the application
pwd
mkdir /opt/hydrator
cd /opt/hydrator
wget https://s3.amazonaws.com/docnow-web/Hydrator_0.0.2_amd64.deb
ar x Hydrator_0.0.2_amd64.deb
dpkg -x Hydrator_0.0.2_amd64.deb .
cd
%runscript
echo "This is a Centos container holding Hydrator"
#hydrator
/opt/hydrator/opt/Hydrator/hydrator
%files
%environment
#export HYDRATOR_HOME=opt/Hydrator
#export PATH="opt/Hydrator"
#export HYDRATORPATH=${HYDRATOR_HOME}
%labels
#AUTHOR jmh5ad@virginia.edu
Collection
- Name: arcsUVA/hydrator
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/arcsUVA-hydrator-0.0.2 |
collection name | arcsUVA/hydrator |
branch | master |
tag | 0.0.2 |
commit | bc592a0a31e44606c1865b2fcf0e36d33af05a48 |
version (container hash) | d6ce68f448b296aa010cf9aaa0877d97 |
build date | 2019-02-04T16:33:11.332Z |
size (MB) | 1116 |
size (bytes) | 415539231 |
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.