Loading kontr_worker/execution/containers.py +2 −1 Original line number Diff line number Diff line Loading @@ -111,9 +111,10 @@ class DockerWrapper: def build_image(self, **kwargs): try: self.docker.images.build(**kwargs) return self.docker.images.build(**kwargs) except APIError as ex: log.error(f"[RMI] Cannot build the image: {ex}") return None def stop(self, submission: Submission): """Stops the container Loading Loading
kontr_worker/execution/containers.py +2 −1 Original line number Diff line number Diff line Loading @@ -111,9 +111,10 @@ class DockerWrapper: def build_image(self, **kwargs): try: self.docker.images.build(**kwargs) return self.docker.images.build(**kwargs) except APIError as ex: log.error(f"[RMI] Cannot build the image: {ex}") return None def stop(self, submission: Submission): """Stops the container Loading