Pull before running the container python docker doesn't handle zstd

correctly it seems.
This commit is contained in:
Nicolas Patry 2025-02-20 16:41:15 +01:00
parent 21493042ef
commit 215f39fb9d
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -576,6 +576,7 @@ async def launcher(error_log):
] ]
client.api.timeout = 1000 client.api.timeout = 1000
subprocess.check_call(["docker", "pull", DOCKER_IMAGE])
container = client.containers.run( container = client.containers.run(
DOCKER_IMAGE, DOCKER_IMAGE,
command=args, command=args,