truatpasteurdotfr/singularity-docker-miniconda3:latest
$ singularity pull shub://truatpasteurdotfr/singularity-docker-miniconda3:latest
Singularity Recipe
#!/bin/bash
#
# Tru Huynh <tru@pasteur.fr>
# 2017/10/26: initial version
# use as baseline to build a container from miniconda3
BootStrap: docker
From: continuumio/miniconda3
%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-miniconda3
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/truatpasteurdotfr-singularity-docker-miniconda3-latest |
collection name | truatpasteurdotfr/singularity-docker-miniconda3 |
branch | master |
tag | latest |
commit | bc99fa8141d45c6f9915c33261c4c1b2e216e773 |
version (container hash) | de0684080854656b79608bb675f3a5b0 |
build date | 2020-12-19T09:38:52.519Z |
size (MB) | 877 |
size (bytes) | 344088607 |
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.