-
Notifications
You must be signed in to change notification settings - Fork 3
Grader Script
Billy Rhoades edited this page Dec 2, 2015
·
2 revisions
Please use Python 3.x to run this program. Install docker-py for Python 3 through your system.
$ 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/