Skip to content
Snippets Groups Projects
deploy_docker_d.py 508 B
Newer Older
  • Learn to ignore specific revisions
  • tuhe's avatar
    tuhe committed
        # example_docker/instructor/cs103/deploy.py
    
    tuhe's avatar
    tuhe committed
        # Step 4: Test the students code in the .token file and get the results-token-file:  
    
    tuhe's avatar
    tuhe committed
        token = docker_run_token_file(Dockerfile_location=Dockerfile,
                                      host_tmp_dir=os.path.dirname(Dockerfile) + "/home",
                                      student_token_file=student_token_file,
    
                                      instructor_grade_script="report3_complete_grade.py",
                                      tag="unitgrade-docker")