jekriske/rstudio:1.1.423_desktop

$ singularity pull shub://jekriske/rstudio:1.1.423_desktop

Singularity Recipe

Bootstrap: shub
From: jekriske/r-base

%labels
  Maintainer Jeff Kriske
  Version v0.0.5
  Rstudio_Version 1.1.423

%help
  This will run Rstudio Desktop

%runscript
  exec rstudio "$@"

%apprun rstudio
  exec rstudio "$@"

%post
  yum update -y
  yum install -y libxbcommon \
                 libxkbcommon \
                 libxkbcommon-x11 \
                 mesa-dri-drivers \
                 dejavu-sans-mono-fonts \
                 abattis-cantarell-fonts \
                 open-sans-fonts \
                 xorg-x11-server-utils \
                 https://download1.rstudio.org/rstudio-1.1.423-x86_64.rpm
  yum clean all && rm -rf /var/cache/yum
  cat <<EOT >> /etc/fonts/local.conf
    <match target="font">
    <edit name="autohint" mode="assign">
      <bool>true</bool>
    </edit>
    <edit name="hinting" mode="assign">
      <bool>true</bool>
    </edit>
    <edit mode="assign" name="hintstyle">
      <const>hintslight</const>
    </edit>
    <edit mode="assign" name="lcdfilter">
      <const>lcddefault</const>
    </edit>
    </match>
EOT

Collection


View on Datalad

Metrics

key value
id /containers/jekriske-rstudio-1.1.423_desktop
collection name jekriske/rstudio
branch master
tag 1.1.423_desktop
commit c76a1de2a7c90deeea8afcc999e47d9879fa6498
version (container hash) efaa2e667ed84dae88e5c1f703e2fac2
build date 2020-01-09T08:22:45.698Z
size (MB) 1400
size (bytes) 517050399
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.