MBlaschek/singularity-jupyter:centos
$ singularity pull shub://MBlaschek/singularity-jupyter:centos
Singularity Recipe
Bootstrap: docker
From: centos:6.10
#From: centos:latest
%help
Container Centos 6.10 (docker)
Glibc: 2.12-1.212.el6.x86_64
Installed: wget, git, curl, bzip2 ca-certificates
%labels
Container.OS CentOS 6.10
Container.Glibc 2.12-1.212.el6.x86_64
Definition.Author M. Blaschek
Definition.Author.Email michael.blaschek@univie.ac.at
Definition.File.Version 1.0
Definition.File.Date 5.11.2019
%files
run.sh /usr/bin
%runscript
exec /usr/bin/run.sh "$@"
%post
yum check-update && yum -y update
yum install -y wget bzip2 ca-certificates curl git
yum clean all
cat > /etc/locale.conf <<EOF
LANG="C.UTF-8"
LC_CTYPE="C.UTF-8"
EOF
cat > /etc/sysconfig/i18n <<EOF
LANG="C.UTF-8"
SYSFONT="latarcyrheb-sun16"
EOF
Collection
- Name: MBlaschek/singularity-jupyter
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/MBlaschek-singularity-jupyter-centos |
collection name | MBlaschek/singularity-jupyter |
branch | master |
tag | centos |
commit | c37762d6117a004a467b7764fbbc128b8c77f001 |
version (container hash) | b4a441dbfbaf223b78e205385438c2b6c899e05baa346c3045b0f4c7a6db3fc4 |
build date | 2020-12-27T09:52:29.749Z |
size (MB) | 96.625 |
size (bytes) | 101318656 |
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.