gsmashd/ext_db:conda

$ singularity pull shub://gsmashd/ext_db:conda

Singularity Recipe

Bootstrap: docker
From: continuumio/miniconda3:latest

%runscript
conda env list
conda list

%files
ext_db-base.yaml ext_db-base.yaml

%environment
export TEST=test_var

%post
echo ". /opt/conda/etc/profile.d/conda.sh" | tee -a $SINGULARITY_ENVIRONMENT
. /opt/conda/etc/profile.d/conda.sh
conda activate
echo "Hello from inside the container!"
conda update -y conda
conda update --all
conda list > /conda.txt
conda env create -f ext_db-base.yaml
conda activate ext_db
conda list > /conda-ext_db.txt
echo "conda activate ext_db" | tee -a $SINGULARITY_ENVIRONMENT

Collection


View on Datalad

Metrics

key value
id /containers/gsmashd-ext_db-conda
collection name gsmashd/ext_db
branch master
tag conda
commit d795fac963815c18a5e7045918ca710a5de216ca
version (container hash) dd5a8cf2ecda6f911716f90a0eb32106
build date 2018-05-23T15:18:46.983Z
size (MB) 2579
size (bytes) 1112281119
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.