markbasham/SeedCoatMap:latest

$ singularity pull shub://markbasham/SeedCoatMap:latest

Singularity Recipe

Bootstrap: docker
From: continuumio/miniconda3
%files
./* ./

%post
# install browser
apt-get update -y
apt-get upgrade -y
apt-get install firefox-esr -y

# install packages.
/opt/conda/bin/conda env create -f /enviroment.yml


%runscript
. /opt/conda/bin/activate main
exec /opt/conda/envs/main/bin/jupyter notebook --no-browser
#exec /opt/conda/envs/main/bin/python /src/seedcoatmap.py "$@"

Collection


View on Datalad

Metrics

key value
id /containers/markbasham-SeedCoatMap-latest
collection name markbasham/SeedCoatMap
branch master
tag latest
commit 800e1a9674075977e8742e00bd481c0060154874
version (container hash) 9d4a9068e16b3d3dde6e705f4e080984
build date 2020-09-14T11:25:31.561Z
size (MB) 3322.0
size (bytes) 1475899423
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.