kma/HPC-Container:latest

$ singularity pull shub://kma/HPC-Container:latest

Singularity Recipe

BootStrap: docker
From: ubuntu:xenial
%help
Fenics from ppa:fenics-packages/fenics
%label
Version 2017
Maintainer kma
%post
    # commands to be executed inside container during bootstrap
     apt-get update
    # install fenics
      apt-get -y install software-properties-common
      add-apt-repository ppa:fenics-packages/fenics
      apt-get update
      apt-get -y install --no-install-recommends fenics
      ## for matplotlib
      apt-get -y install python-tk

%runscript
    # commands to be executed when the container runs
    python "$@"

Collection


View on Datalad

Metrics

key value
id /containers/kma-HPC-Container-latest
collection name kma/HPC-Container
branch master
tag latest
commit 390ee6b05d6dd385d5f4553d265698c3e03e1584
version (container hash) 9cc63e726ba110add5c669a150c3ae94
build date 2018-06-29T20:46:11.670Z
size (MB) 1335
size (bytes) 447762463
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.