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
daviddob edited this page Jun 15, 2017
·
2 revisions
Introduction
This is a guide to set up Tango to run jobs in a local Docker container. If you have yet to set up Tango itself, please see the guide on Setting up Tango first.
Instructions
Install docker on host machine by following instructions on the docker installation page. Ensure docker is running by doing a docker ps.
Build base Docker image from root Tango directory.
$ cd path/to/Tango
$ docker build -t autograding_image vmms/
$ docker images autograding_image # Check if image built