From ac8d6a5cb53726cd0c769f4f5dba6c13b0a00a2b Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Wed, 18 Sep 2019 10:00:24 -0700 Subject: [PATCH] Change --device to only provide the LHS Signed-off-by: James Ketrenos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83eaf93..fbaf1de 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Run the container: ```bash docker run \ --rm \ - --device=/dev/dri:/dev/dri \ + --device=/dev/dri \ -it \ intel-media-ffmpeg ```