You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.