From f68ed01587d8986b3999ecc5f3f2d0e91a6698ca Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 2 Oct 2024 18:09:41 +0200 Subject: [PATCH] Sending args. --- integration-tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/conftest.py b/integration-tests/conftest.py index eaea5911..319ba8d3 100644 --- a/integration-tests/conftest.py +++ b/integration-tests/conftest.py @@ -531,7 +531,7 @@ def launcher(event_loop): # env.pop("ROCR_VISIBLE_DEVICES") container = client.containers.run( DOCKER_IMAGE, - # command=args, + command=args, # name=container_name, # environment=env, # auto_remove=False,