SupercomputingWales/singularity_hub:nextnano
$ singularity pull shub://SupercomputingWales/singularity_hub:nextnano
Singularity Recipe
Bootstrap:docker
From:ubuntu:focal-20200729
%labels
MAINTAINER Thomas Green
%environment
%runscript
exec /bin/bash /bin/echo "Not supported"
%post
# Create some common mountpoints for systems without overlayfs
mkdir /scratch
mkdir /apps
# Update metadata on packages
apt-get update
# Install repo helper
apt-get install -y software-properties-common
apt-get install -y wget
apt-get install -y libgfortran5
# Run repo helper to install universe
add-apt-repository -y universe
# Install requested applications.
# Worth checking which versions of Wine are available for each Ubuntu release.
# Seem to explicitly tell it to be non-interactive.
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
dpkg --add-architecture i386
cd /tmp
wget -nc https://dl.winehq.org/wine-builds/winehq.key
apt-key add winehq.key
apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
apt-get update
apt-get install -y winehq-stable
apt-get install -y mono-complete
Collection
- Name: SupercomputingWales/singularity_hub
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/SupercomputingWales-singularity_hub-nextnano |
collection name | SupercomputingWales/singularity_hub |
branch | master |
tag | nextnano |
commit | 1c0f177d99b1fa8c5a975dc6f5b15743e09acc6a |
version (container hash) | 6ee7fe1745fb9f5b0de5dd0bed5e1d254fbe116af7f14025f5522e9dcbc881a1 |
build date | 2020-11-17T22:57:25.479Z |
size (MB) | 742.91796875 |
size (bytes) | 779005952 |
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.