tyson-swetnam/blender-singularity:latest
$ singularity pull shub://tyson-swetnam/blender-singularity:latest
Singularity Recipe
Bootstrap: docker
From: nvidia/opengl:1.1-glvnd-runtime-ubuntu16.04
%runscript
exec echo "Starting Blender"
exec blender
%setup
echo "Looking in directory '$SINGULARITY_ROOTFS' for /bin/sh"
if [ ! -x "$SINGULARITY_ROOTFS/bin/sh" ]; then
echo "Hrmm, this container does not have /bin/sh installed..."
exit 1
fi
exit 0
%post
echo "deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse" >> /etc/apt/sources.list
apt-get update
apt-get -y upgrade
apt-get install -y vim nano lshw lsb-release bash-completion kmod iputils-ping net-tools wget
wget https://sourceforge.net/projects/virtualgl/files/2.5.2/virtualgl_2.5.2_amd64.deb/download -O /tmp/virtualgl_2.5.2_amd64.deb
apt-get -y install mesa-utils mesa-utils-extra x11-apps
dpkg -i /tmp/virtualgl_2.5.2_amd64.deb
# Install Blender & Meshlab
apt-get install -y blender meshlab
Collection
- Name: tyson-swetnam/blender-singularity
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/tyson-swetnam-blender-singularity-latest |
collection name | tyson-swetnam/blender-singularity |
branch | master |
tag | latest |
commit | db9988d88774515dad184ab05f475b178199d5ed |
version (container hash) | 811ad81a9b6382bd97ffb34a40a3d3fb |
build date | 2020-08-27T08:26:51.716Z |
size (MB) | 791 |
size (bytes) | 301625375 |
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.