Skip to content

Commit 5e35108

Browse files
author
Tyler Titsworth
authored
set default device path
Signed-off-by: Tyler Titsworth <tyler.titsworth@intel.com>
1 parent aef7c16 commit 5e35108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-runner/utils/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Test(BaseModel):
5757
notebook: Optional[bool] = False
5858
serving: Optional[bool] = False
5959
cap_add: Optional[str] = "AUDIT_READ"
60-
device: Optional[str] = "/dev/dri"
60+
device: Optional[str] = ""
6161
entrypoint: Optional[str] = ""
6262
groups_add: Optional[List[str]] = ["109", "44"]
6363
hostname: Optional[str] = None

0 commit comments

Comments
 (0)