Created
October 20, 2022 12:09
-
-
Save gabrieldernbach/dc92670bf3bb45355da9dd0b2f9cf228 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
FROM ubuntu:20.04 | |
ARG DEBIAN_FRONTEND=noninteractive | |
RUN apt-get update; apt-get upgrade -y | |
RUN apt-get install -y emacs vim r-base r-base-dev libcurl4-openssl-dev | |
ARG DOWNLOAD_STATIC_LIBV8=1 | |
RUN R -e 'install.packages("rstan")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment