mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Apparently container can be gone already.
This commit is contained in:
parent
338aadd067
commit
2db8f6004a
@ -572,7 +572,10 @@ def launcher(event_loop):
|
|||||||
print(container_output, file=sys.stderr)
|
print(container_output, file=sys.stderr)
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
container.remove()
|
try:
|
||||||
|
container.remove()
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
|
|
||||||
if DOCKER_IMAGE is not None:
|
if DOCKER_IMAGE is not None:
|
||||||
return docker_launcher
|
return docker_launcher
|
||||||
|
Loading…
Reference in New Issue
Block a user