1
0

Change --device to only provide the LHS

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James Ketrenos 2019-09-18 10:00:24 -07:00
parent b9aa7036b5
commit ac8d6a5cb5

View File

@ -16,7 +16,7 @@ Run the container:
```bash ```bash
docker run \ docker run \
--rm \ --rm \
--device=/dev/dri:/dev/dri \ --device=/dev/dri \
-it \ -it \
intel-media-ffmpeg intel-media-ffmpeg
``` ```