Skip to content

Commit

Permalink
chore: script for rebuilding base grader image and removing all curre…
Browse files Browse the repository at this point in the history
…nt images based on it
  • Loading branch information
williams-jack committed Sep 5, 2024
1 parent 79d97ac commit db6a8ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions orchestrator/scripts/rebuild-grader-base.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
cd ../../worker
docker build -t orca-grader-base -f images/orca-grader-base.Dockerfile .
cd ../orchestrator
rm -rf images/*

0 comments on commit db6a8ef

Please sign in to comment.