Skip to content

Instantly share code, notes, and snippets.

View robertmacdavid's full-sized avatar

Robert MacDavid robertmacdavid

View GitHub Profile
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Author: Robert MacDavid (macdavid@cs.princeton.edu)
Vagrant.configure("2") do |config|
### config.vm.box = "ubuntu/trusty64"
config.vm.box = "boxcutter/ubuntu1610"
# a box with at least ubuntu 16.10 is necessary to install the p4 compiler