d-w-moore/singularity-python-irodsclient:prc-0_8_0

$ singularity pull shub://d-w-moore/singularity-python-irodsclient:prc-0_8_0

Singularity Recipe

Bootstrap: docker
From: ubuntu:14.04
#From: holbertonschool/base-ubuntu-1404 # -- with SSH started

%post
  apt-get update
  apt-get -y install apt-transport-https
  apt-get -y install python-pip
  pip install python-irodsclient==0.8.0

%files
  admin_as_rodsuser.py

%apprun help
  /usr/bin/python /admin_as_rodsuser.py  -h

%apprun debug
  exec /usr/bin/python -m pdb /admin_as_rodsuser.py "$@"

%runscript
  exec /usr/bin/python /admin_as_rodsuser.py "$@"

Collection


View on Datalad

Metrics

key value
id /containers/d-w-moore-singularity-python-irodsclient-prc-0_8_0
collection name d-w-moore/singularity-python-irodsclient
branch master
tag prc-0_8_0
commit b016de54cd444e1f831c383cb8a4f8bfbe598035
version (container hash) a533e553ce517c377a609ff9676862cf
build date 2018-06-28T16:08:29.860Z
size (MB) 369
size (bytes) 143953951
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.