truatpasteurdotfr/singularity-docker-anaconda3:latest

$ singularity pull shub://truatpasteurdotfr/singularity-docker-anaconda3:latest

Singularity Recipe

#!/bin/bash
# 
# Tru Huynh <tru@pasteur.fr>
# 2017/10/26: initial version
# use as baseline to build a container from anaconda3

BootStrap: docker
From: continuumio/anaconda3

%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


View on Datalad

Metrics

key value
id /containers/truatpasteurdotfr-singularity-docker-anaconda3-latest
collection name truatpasteurdotfr/singularity-docker-anaconda3
branch master
tag latest
commit 0a21fedc28364e9ce96aa8e7b0f39c1af7485466
version (container hash) d2bc71e81b4643a204a90ac2efe58c74
build date 2020-06-09T22:42:34.514Z
size (MB) 3455
size (bytes) 1528438815
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.