From dcbcadc2222a869cdbb0e4efe60045c6d63f12de Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Sat, 30 Apr 2016 15:29:12 +0200 Subject: [PATCH] update README --- README.md | 2 ++ docker-compose.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddd5f36..a38ced6 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Tested in Ubuntu 16.04 LTS (64bit) with the following GPU's: Currently this image supports these versions of the NVIDIA driver: 304, 340, 361. It will fallback to the Generic OpenGL driver in case of failure. +- Do not forget to pass host device `/dev/nvidia-modeset` to a container when running with NVIDIA driver >= 361. + # Building and launching Steam diff --git a/docker-compose.yml b/docker-compose.yml index 28398a7..4636307 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,8 @@ services: - /dev/nvidia0 - /dev/nvidiactl - /dev/nvidia-uvm - # - /dev/nvidia-modeset + # uncomment this when running NVIDIA Driver >= 361 + - /dev/nvidia-modeset - /dev/dri # - /dev/snd environment: