starboarder2001/singularity-anaconda:latest
$ singularity pull shub://starboarder2001/singularity-anaconda:latest
Singularity Recipe
Bootstrap:docker
From:centos:latest
%labels
MAINTAINER David Whiteside
SPECIES tools
%environment
RAWR_BASE=/code
export RAWR_BASE
%post
yum install -y wget bzip2
cd /root/ && wget https://repo.continuum.io/archive/Anaconda2-5.1.0-Linux-x86_64.sh
cd /root/ && chmod 700 ./Anaconda2-5.1.0-Linux-x86_64.sh
cd /root/ && bash ./Anaconda2-5.1.0-Linux-x86_64.sh -b -p /opt/anaconda/
%runscript
exec /opt/anaconda/bin/anaconda "$@"
Collection
View on Datalad
Metrics
key | value |
---|---|
id | /containers/starboarder2001-singularity-anaconda-latest |
collection name | starboarder2001/singularity-anaconda |
branch | master |
tag | latest |
commit | 269ddbbe3865d906d16d08f270e79934863b24d8 |
version (container hash) | c83cd6de742f3addae629194ce62d06f |
build date | 2021-01-25T13:03:04.863Z |
size (MB) | 3685 |
size (bytes) | 1911836703 |
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.