pab2163/voxel:latest

$ singularity pull shub://pab2163/voxel:latest

Singularity Recipe

Bootstrap:docker
From:ubuntu:latest


# Installations
%post
apt-get update

apt-get install -y r-base-core
R --slave -e 'install.packages("voxel")'

# Test load package
%runscript
#!/bin/bash
Rscript --slave "test_load_voxel_package.R"

Collection


View on Datalad

Metrics

key value
id /containers/pab2163-voxel-latest
collection name pab2163/voxel
branch master
tag latest
commit 1379122b82bd678bd4df9fd0239b7192510b8b69
version (container hash) 8eb1dca9b9eb94c41bdc31298dee0c4f
build date 2020-04-21T02:08:39.852Z
size (MB) 862.0
size (bytes) 329687071
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.