LokiLuciferase/data-science-container:latest

$ singularity pull shub://LokiLuciferase/data-science-container:latest

Singularity Recipe

From:continuumio/anaconda3:5.3.0
Bootstrap:docker

%labels
    MAINTAINER Lukas Lueftinger <lukas.lueftinger@imp.ac.at>
    DESCRIPTION Data Science Dev Environment, Anaconda3-based
    VERSION 0.1.1

%files
    . /install

%post
    /bin/bash /install/install.sh

%environment
    PATH=/opt/conda/bin:$PATH
    QT_QPA_PLATFORM=offscreen
    export PATH
    export QT_QPA_PLATFORM

%runscript
    exec /opt/conda/bin/jupyter lab --port 8888 --no-browser

Collection


View on Datalad

Metrics

key value
id /containers/LokiLuciferase-data-science-container-latest
collection name LokiLuciferase/data-science-container
branch master
tag latest
commit b7b79f9bf07d901855654a1bd18904cf5cfb2aeb
version (container hash) 15660dbe115c87080af6ed0a4d2392b7
build date 2018-12-16T10:26:35.646Z
size (MB) 4093
size (bytes) 1303982111
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.