From 822131f6dc52fe13ef660f3d7872c327713ef316 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 9 Oct 2024 12:20:03 +0200 Subject: [PATCH] Fix nvidia ? --- 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 e3caadd2..a2cab51f 100644 --- a/integration-tests/conftest.py +++ b/integration-tests/conftest.py @@ -506,7 +506,7 @@ def launcher(event_loop): if DOCKER_VOLUME: volumes = [f"{DOCKER_VOLUME}:/data"] - if DOCKER_DEVICES is not None: + if DOCKER_DEVICES: if DOCKER_DEVICES.lower() == "none": devices = [] else: