Images, created for workshop to be used offline.
docker pull bblfsh/bblfshd:v2.15.0-drivers
docker save -o images/bblfshd-with-drivers.tgz bblfsh/bblfshd:v2.15.0-drivers
docker pull srcd/gitbase:v0.24.0-rc2
docker save -o images/gitbase.tgz srcd/gitbase:v0.24.0-rc2
Build the jupyter image:
docker build -t mloncode/devfest .
docker save -o images/jupyter.tgz mloncode/devfest