Skip to content
Billy Rhoades edited this page Dec 2, 2015 · 2 revisions

Setup

Please use Python 3.x to run this program. Install docker-py for Python 3 through your system.

Usage

$ python run.py --help
usage: run.py [-h] [--image IMAGE] [--extra EXTRA] [--force FORCE] folder

Grade assignments.

positional arguments:
  folder         Folder of tarballs or assignment folders.

optional arguments:
  -h, --help     show this help message and exit
  --image IMAGE  Docker image for assignments.
  --extra EXTRA  Extra files to copy into container (tarball).
  --force FORCE  Force removal of conflicting containers even if their image
                 doesn't match.

Example:

$ python run.py hw5/
Clone this wiki locally