This directory includes the source files for the largescaler system.
A dockerfile is provided to enable portable builds, with a demo of distributed LASSO given as the entrypoint. Internet connectivity is required for the build. To build and run, ensure you have docker installed, and run the following in this directory:

docker build -t supplement . && docker run -it --rm supplement
