From ae54937e18579ea297e65846faa4ed037b83bdd4 Mon Sep 17 00:00:00 2001 From: Kevin Klues Date: Mon, 7 Dec 2020 12:16:35 +0000 Subject: [PATCH] Update README to list 'compute' as part of the default capabilities Signed-off-by: Kevin Klues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db5335e..d7ebfac 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ This option controls which driver libraries/binaries will be mounted inside the #### Possible values * `compute,video`, `graphics,utility` …: a comma-separated list of driver features the container needs. * `all`: enable all available driver capabilities. -* *empty* or *unset*: use default driver capability: `utility`. +* *empty* or *unset*: use default driver capability: `utility,compute`. #### Supported driver capabilities * `compute`: required for CUDA and OpenCL applications. -- GitLab