Skip to content
Snippets Groups Projects
Select Git revision
  • edfbb0c2ee33e6725bae8389ff2602a74c2b23cc
  • master default protected
2 results

report3.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    deploy_docker_c.py 320 B
    # example_docker/instructor/cs103/deploy.py
        # Step 3: Compile the Docker image (obviously you should only do this once). 
        Dockerfile = os.path.dirname(__file__) + "/../../../../docker_images/unitgrade-docker/Dockerfile"
        os.system(f"cd {os.path.dirname(Dockerfile)} && docker build --tag unitgrade-docker .")