Skip to content

Instantly share code, notes, and snippets.

@pnsinha
Created June 6, 2024 02:30
Show Gist options
  • Save pnsinha/cbfc98abc3906dc5c441441fc665fda9 to your computer and use it in GitHub Desktop.
Save pnsinha/cbfc98abc3906dc5c441441fc665fda9 to your computer and use it in GitHub Desktop.
%runscript
exec R "${@}"
%post
export TZ="America/Chicago"
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
dnf makecache --refresh
dnf install -y tzdata gnupg2 glibc-langpack-en
# for rstudio
yum install wget which -y
wget https://download2.rstudio.org/server/rhel8/x86_64/rstudio-server-rhel-2024.04.1-748-x86_64.rpm
yum install rstudio-server-rhel-2024.04.1-748-x86_64.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment