Sending args.

This commit is contained in:
Nicolas Patry 2024-10-02 18:09:41 +02:00
parent 0936c79995
commit f68ed01587
No known key found for this signature in database
GPG Key ID: E939E8CC91A1C674

View File

@ -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,