"docs/snips/homework_hints_hints_stripped.py" did not exist on "0263c5d779b97647c4fbb3b76282ed190a230ecb"
Select Git revision
GUI_draft.py
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 .")