marcc-hpc/julia:0.7.0

$ singularity pull shub://marcc-hpc/julia:0.7.0

Singularity Recipe

Bootstrap: docker
From: library/julia:0.7.0

%environment
  # use bash as default shell
  SHELL=/bin/bash
  export SHELL

%setup
  # runs on host - the path to the image is $SINGULARITY_ROOTFS

%post
  # post-setup script

  # load environment variables
  . /environment

  # use bash as default shell
  echo 'SHELL=/bin/bash' >> /environment

  # make environment file executable
  chmod +x /environment

  # default mount paths
  mkdir /scratch /data 
  
  apt-get update
  
  apt-get install -y libcairo2
  apt-get install -y libfontconfig1
  apt-get install -y libpango1.0-0
  apt-get install -y libglib2.0-0
  apt-get install -y libpng16-16
  apt-get install -y libpixman-1-0
  apt-get install -y gettext
  
  apt-get install -y hdf5-tools
  
%runscript
  # executes with the singularity run command
  # delete this section to use existing docker ENTRYPOINT command
  exec /usr/local/julia/bin/julia  "$@"

%test
  # test that script is a success

Collection


View on Datalad

Metrics

key value
id /containers/marcc-hpc-julia-0.7.0
collection name marcc-hpc/julia
branch master
tag 0.7.0
commit e6e46d6c5359d71b15e52eb69831b174a56be176
version (container hash) 6246a644e085113484d42bf52fdbd6c0
build date 2018-09-04T20:03:29.936Z
size (MB) 558
size (bytes) 188452895
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.