darachm/starcode:latest

$ singularity pull shub://darachm/starcode:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:18.04
#Bootstrap: localimage
#From: ../ubuntu-1804-updated_container/ubuntu.simg

%labels
MAINTAINER darachm

%help

    This makes a singularity container for starcode
    
%post

    apt-get -y update
    apt-get -y upgrade
    apt-get -y install git g++ gcc-4.8 make

    cd /home
    git clone https://github.com/gui11aume/starcode
    make -C starcode
    mv starcode/starcode /usr/local/bin/starcode

%test

    starcode -h

Collection


View on Datalad

Metrics

key value
id /containers/darachm-starcode-latest
collection name darachm/starcode
branch master
tag latest
commit 7c96e22933b086c152b34c53537fa37bab58868b
version (container hash) d10e5ed21e5faaab19f8ca87d2930487
build date 2021-01-02T14:50:08.853Z
size (MB) 387
size (bytes) 149856287
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.