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,