pmitev/Teoroo-singularity:gromacs

$ singularity pull shub://pmitev/Teoroo-singularity:gromacs

Singularity Recipe

Bootstrap:  docker
From: ubuntu:18.04

%runscript
  export PATH=/usr/local/bin:$PATH
  export XDG_RUNTIME_DIR=/tmp/.run_$(uuidgen)
  /bin/bash

%setup
  

%files

%environment
  export PYTHONNOUSERSITE=True

%labels
  AUTHOR pavlin.mitev@kemi.uu.se

%post
  apt-get update && apt-get install -y \
    bash-completion \
    bc \
    curl \
    gawk \
    git \
    htop \
    locales \
    lsof \
    mc \
    ncdu \
    rsh-client \
    openssh-client \
    units \
    uuid-runtime \
    vim \
    wget \
    gromacs gromacs-openmpi \
&& rm -rf /var/lib/apt/lists/*

  locale-gen en_US.UTF-8 &&  update-locale

Collection


View on Datalad

Metrics

key value
id /containers/pmitev-Teoroo-singularity-gromacs
collection name pmitev/Teoroo-singularity
branch master
tag gromacs
commit c17db735f1781c563784cb2cc53b8128af8bf374
version (container hash) 10ab4acbe2c785d1cbe6e41269aacacd
build date 2019-09-23T12:41:15.994Z
size (MB) 439
size (bytes) 154562591
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.