Skip to content

Commit

Permalink
remove duplicate container removal
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Nov 7, 2024
1 parent 2446f31 commit 26e096c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
**v6.0.4:**

* Added `jupyter_server` to grading environment to allow for installation of `nb_conda_kernels`
* Updated Otter Grade to remove grading containers automatically

**v6.0.3:**

Expand Down
3 changes: 0 additions & 3 deletions otter/grade/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@ def kill_container():
logs = docker.container.logs(container)
LOGGER.debug(f"Container {container_id} logs:\n{indent(logs, ' ')}")

docker.container.remove(container)
LOGGER.debug(f"Removed container {container_id}")

# Close our file handles since docker cp will delete the original file when performing the
# copy.
os.close(temp_subm_file)
Expand Down

0 comments on commit 26e096c

Please sign in to comment.