colinmcnally/singularityrecipies:latest

$ singularity pull shub://colinmcnally/singularityrecipies:latest

Singularity Recipe

Bootstrap:docker
From:ubuntu:disco

%post
    apt-get update -qq
    apt-get install wget software-properties-common apt-transport-https -y 
    apt-get install libosmesa6 -y
    apt-get install libglu1-mesa -y
    apt-get install dvipng -y
    apt-get install less -y
    apt-get install ipython3 -y
    apt-get install ipython3-qtconsole -y
    apt-get install python3-matplotlib -y
    apt-get install python3-h5py -y
    apt-get install python3-numpy -y
    apt-get install python3-mpi4py -y
    apt-get install python3-scipy -y
    apt-get install python3-pandas -y
    apt-get install python3-seaborn -y
    apt-get install python3-pip -y
    apt-get install texlive-latex-base -y
    apt-get install texlive-latex-extra -y
    apt-get install htop -y
    apt-get install git -y
    apt-get install mercurial -y
    apt-get install firefox -y
    apt-get install x2goserver -y
    apt-get install imagemagick -y
    apt-get install feh -y

# vmtouch requires root.
#    add-apt-repository ppa:likemartinma/devel
#    apt-get update
#    apt-get install vmtouch -y
    apt-get install vim -y

# these might not work in latest version
#    pip3 install plotly
#    pip3 install latexcodec
    pip3 install rebound
    
    # build the font cache
    python3 -c "import matplotlib.pyplot"
    
    hg clone https://colinmcnally@bitbucket.org/colinmcnally/pyevtk
    cd pyevtk
    python3 setup.py install

%runscript

    exec echo "runscript is empty "

Collection


View on Datalad

Metrics

key value
id /containers/colinmcnally-singularityrecipies-latest
collection name colinmcnally/singularityrecipies
branch master
tag latest
commit 9b19a51be799b2d775d4b835e31907d9c44c6d1e
version (container hash) 5755ec0fc82be1a5174733d3693ddb0f
build date 2019-11-08T15:27:15.456Z
size (MB) None
size (bytes) 695300127
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.