Created
June 6, 2024 02:30
-
-
Save pnsinha/cbfc98abc3906dc5c441441fc665fda9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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