ucr-singularity/xeus-cling:latest
$ singularity pull shub://ucr-singularity/xeus-cling:latest
Singularity Recipe
Bootstrap: docker
From: ubuntu:xenial
%environment
export PATH=/opt/conda/bin:${PATH}
%post
apt-get -y update
apt-get -y install curl bzip2
curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
chmod +x ~/miniconda.sh
~/miniconda.sh -b -p /opt/conda
rm ~/miniconda.sh
#For integration with JupyterHub
/opt/conda/bin/pip install --no-cache-dir ipykernel
# Installation of Xeus-cling. It needs gcc7
apt-get -y install software-properties-common
add-apt-repository -y ppa:jonathonf/gcc-7.2
apt-get update -y
apt-get install -y gcc-7
# create gcc alias to gcc-7
cd /usr/bin && ln -sf gcc-7 gcc
/opt/conda/bin/conda install xeus-cling notebook -c QuantStack -c conda-forge
Collection
- Name: ucr-singularity/xeus-cling
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/ucr-singularity-xeus-cling-latest |
collection name | ucr-singularity/xeus-cling |
branch | master |
tag | latest |
commit | b11d88a46aa7ad4abefb57bee0fa458fbfc57995 |
version (container hash) | b076317e6999502fd28185ce1e977c09 |
build date | 2018-08-20T11:37:23.084Z |
size (MB) | 2727 |
size (bytes) | 1250566175 |
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.