okuisatoshi/singularity-yotta:latest
$ singularity pull shub://okuisatoshi/singularity-yotta:latest
Singularity Recipe
Bootstrap:docker
From: ubuntu:rolling
%post
apt-get update
apt-get install -y python-setuptools cmake build-essential ninja-build python-dev libffi-dev libssl-dev python3-pip srecord gcc-arm-none-eabi
apt-get clean
pip3 install yotta
# Workaround for suppressing error: "'RegistryThingVersion' object has no attribute 'truncate'"
# See: https://github.com/ARMmbed/yotta/issues/856
sed -i \
-e '/__ge__/{n;a \\n def truncate(self, level):\n return self.version.truncate(level)'\
-e '}'\
/usr/local/lib/python3.7/dist-packages/yotta/lib/version.py
%runscript
exec /usr/local/bin/yotta "$@"
Collection
- Name: okuisatoshi/singularity-yotta
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/okuisatoshi-singularity-yotta-latest |
collection name | okuisatoshi/singularity-yotta |
branch | master |
tag | latest |
commit | 9fa6fef77e21651b501b6f3341736333e3d586b2 |
version (container hash) | c242de8d1801542688eac43adda2c3df |
build date | 2019-09-30T13:29:05.671Z |
size (MB) | 2186.0 |
size (bytes) | 685862943 |
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.