mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
Pull before running the container python docker
doesn't handle zstd
correctly it seems.
This commit is contained in:
parent
21493042ef
commit
215f39fb9d
@ -576,6 +576,7 @@ async def launcher(error_log):
|
||||
]
|
||||
|
||||
client.api.timeout = 1000
|
||||
subprocess.check_call(["docker", "pull", DOCKER_IMAGE])
|
||||
container = client.containers.run(
|
||||
DOCKER_IMAGE,
|
||||
command=args,
|
||||
|
Loading…
Reference in New Issue
Block a user