romxero/gcc_r_singularity:latest

$ singularity pull shub://romxero/gcc_r_singularity:latest

Singularity Recipe

Bootstrap: docker
From: gcc:9.2

%labels
Author "Randall Cab White - rcwhite@stanford.edu"


#########
#%setup
#########

#Downlaod packages
%post
  apt-get -ym update
  apt-get -ym install wget libatlas3-base curl make tar gzip
  cd /
  wget https://cran.r-project.org/src/base/R-3/R-3.6.1.tar.gz
  tar zxvf R-3.6.1.tar.gz
  cd R*
  ./configure
  make
  make install
%environment
  export IMAGE_NAME="gcc"
#%runscript
#	/firefox/firefox-bin

Collection


View on Datalad

Metrics

key value
id /containers/romxero-gcc_r_singularity-latest
collection name romxero/gcc_r_singularity
branch master
tag latest
commit 8c680a02670e88435c22abcb7410c615be47c5b3
version (container hash) 989d9177541e278276d15476a148f6c2
build date 2019-11-12T07:16:45.568Z
size (MB) 1596.0
size (bytes) 530694175
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.