mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Busybox in python
This commit is contained in:
parent
130b481b31
commit
525f3a61db
@ -519,6 +519,8 @@ def launcher(event_loop):
|
||||
|
||||
print("Starting docker")
|
||||
|
||||
args = ["sleep", "infinity"]
|
||||
|
||||
container = client.containers.run(
|
||||
DOCKER_IMAGE,
|
||||
command=args,
|
||||
|
Loading…
Reference in New Issue
Block a user