icaoberg/singularity-gnuplot:latest
$ singularity pull shub://icaoberg/singularity-gnuplot:latest
Singularity Recipe
Bootstrap: docker
From: debian:latest
IncludeCmd: yes
%labels
MAINTAINER icaoberg@alumni.cmu.edu
WEBSITE http://linus.cbd.cs.cmu.edu
VERSION 1.0
%runscript
exec /bin/bash "$@"
%post
/usr/bin/apt-get update
/usr/bin/apt-get install -y gnuplot
if [ ! -d /images ]; then mkdir /images; fi
if [ ! -d /projects ]; then mkdir /projects; fi
if [ ! -d /containers ]; then mkdir /containers; fi
if [ ! -d /share ]; then mkdir /share; fi
if [ ! -d /scratch ]; then mkdir /scratch; fi
if [ ! -d /webservers/pfenningweb ]; then mkdir -p /webservers/pfenningweb; fi
####################################################################################
%appenv gnuplot
APP=/path/to/gnuplot
export APP
%apphelp gnuplot
For more information about goto visit http://www.gnuplot.info
%apprun gnuplot
gnuplot "$@"
Collection
- Name: icaoberg/singularity-gnuplot
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/icaoberg-singularity-gnuplot-latest |
collection name | icaoberg/singularity-gnuplot |
branch | master |
tag | latest |
commit | c0845cf383a5d2d2dde3cd500237f42a2abf8415 |
version (container hash) | 773f3f76d70a2ebd58b4d71e511d79c9 |
build date | 2021-04-02T16:40:28.717Z |
size (MB) | 532.0 |
size (bytes) | 196919327 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.