Skip to content

harvard-vpal/amznlinux2-r-ami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

R AMI

This Packer template builds an Amazon Machine Image based on a specified Amazon Linux 2 AMI and includes the following dependencies for R and some commonly-installed packages:

  • C and C++ compilers
  • Java
  • curl
  • readline
  • OpenBLAS
  • PostgreSQL
  • zeroMQ
  • git

R 3.6.3 is compiled with OpenBLAS.

To build:

packer build \
    -var 'subnet_id=subnet-abcd0123' \
    -var 'ssh_keypair_name=foo' \
    -var 'ssh_private_key_file=~/.ssh/foo.pem' \
    -var 'instance_type=t2.small' \
    -var 'source_ami=ami-ffff0000ffff0000' \
    rstudio-server-ami.json

About

R AMI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages