OSC/centos7-launcher:latest
$ singularity pull shub://OSC/centos7-launcher:latest
Singularity Recipe
Bootstrap: yum
OSVersion: 7
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/os/$basearch/
Include: yum
%labels
Maintainer OSC Gateways
%help
This will run RStudio Server which must be mounted with dependencies into the container
%apprun rserver
if ! [[ "$USER_PATH" = "" ]]; then
export PATH="$USER_PATH"
fi
exec rserver "${@}"
%runscript
if ! [[ "$USER_PATH" = "" ]]; then
export PATH="$USER_PATH"
fi
exec rserver "${@}"
%post
yum install -y which
Collection
- Name: OSC/centos7-launcher
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/OSC-centos7-launcher-latest |
collection name | OSC/centos7-launcher |
branch | master |
tag | latest |
commit | 02a3f1d4b5581d4815c5d7fbc2b335f8c54898bd |
version (container hash) | b97ce30c2b35f67b28d7a6830dca5bbe |
build date | 2021-04-19T17:49:24.286Z |
size (MB) | 333 |
size (bytes) | 104374303 |
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.