truatpasteurdotfr/singularity-docker-miniconda:latest
$ singularity pull shub://truatpasteurdotfr/singularity-docker-miniconda:latest
Singularity Recipe
#!/bin/bash
#
# Tru Huynh <tru@pasteur.fr>
# 2017/10/26: initial version
# use as baseline to build a container from miniconda
BootStrap: docker
From: continuumio/miniconda
%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-miniconda
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/truatpasteurdotfr-singularity-docker-miniconda-latest |
collection name | truatpasteurdotfr/singularity-docker-miniconda |
branch | master |
tag | latest |
commit | 9d77da105fd799aaa0781a9dd4c03f78f61403ef |
version (container hash) | c0654c97effc57b6f99409d2b10ff67a |
build date | 2020-11-02T09:22:37.026Z |
size (MB) | 780 |
size (bytes) | 258142239 |
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.