jekriske/rstudio:1.1.442_desktop

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

Singularity Recipe

Bootstrap: shub
From: jekriske/r-base

%labels
  Maintainer Jeff Kriske
  Version v0.0.5
  Rstudio_Version 1.1.442

%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.442-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.442_desktop
collection name jekriske/rstudio
branch master
tag 1.1.442_desktop
commit 848ab02e5c9beda6a1e84af962388842c8b53413
version (container hash) e312e0fac80aac2c8fe9606c720f7f0c
build date 2020-10-21T08:49:22.160Z
size (MB) 1342
size (bytes) 499593247
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.