Skip to content

Instantly share code, notes, and snippets.

@gabrieldernbach
Created October 20, 2022 12:09
Show Gist options
  • Save gabrieldernbach/dc92670bf3bb45355da9dd0b2f9cf228 to your computer and use it in GitHub Desktop.
Save gabrieldernbach/dc92670bf3bb45355da9dd0b2f9cf228 to your computer and use it in GitHub Desktop.
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