Skip to content

Commit

Permalink
[Bugfix:Plagiarism] Remove container when Lichen finishes (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjallen authored May 19, 2023
1 parent 721da34 commit 595867e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run_lichen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ mkdir -p "${BASEPATH}/logs"
############################################################################
# Run Lichen

docker run -v "${BASEPATH}":/data -v "${LICHEN_INSTALLATION_DIR}":/Lichen submitty/lichen
docker run --rm -v "${BASEPATH}":/data -v "${LICHEN_INSTALLATION_DIR}":/Lichen submitty/lichen

############################################################################
echo "Lichen run complete: $(date +"%Y-%m-%d %H:%M:%S")"
Expand Down

0 comments on commit 595867e

Please sign in to comment.