truatpasteurdotfr/singularity-docker-anaconda:latest
$ singularity pull shub://truatpasteurdotfr/singularity-docker-anaconda:latest
Singularity Recipe
#!/bin/bash
#
# Tru Huynh <tru@pasteur.fr>
# 2017/10/26: initial version
# use as baseline to build a container from anaconda
BootStrap: docker
From: continuumio/anaconda
%runscript
echo "This is what happens when you run the container..."
export PATH=/opt/conda/bin:${PATH}
/bin/bash
%post
export PATH=/opt/conda/bin:${PATH}
echo "Hello from inside the container"
conda update -y conda
conda update --all
conda list > /conda.txt
touch /`date -u -Iseconds`
%labels
MAINTAINER truatpasteurdotfr
Collection
- Name: truatpasteurdotfr/singularity-docker-anaconda
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/truatpasteurdotfr-singularity-docker-anaconda-latest |
collection name | truatpasteurdotfr/singularity-docker-anaconda |
branch | master |
tag | latest |
commit | 681807a327c41b9e86887dec7bed2ff6cd15094e |
version (container hash) | a932fec35f10da4ce5c9d7e3674ca448 |
build date | 2020-04-16T14:16:34.227Z |
size (MB) | 3369 |
size (bytes) | 1440722975 |
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.