You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/10/28 20:51:16 UTC

[2/2] mesos git commit: Mentioned the minimum required GPU drivers for GPU support.

Mentioned the minimum required GPU drivers for GPU support.

Nvidia drivers do not support containers until version 340.29.
Older drivers simply cannot be supported by the Mesos containerizer.

Likewise, only CUDA versions 6.5+ will work.

Review: https://reviews.apache.org/r/53201/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2bae359d
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2bae359d
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2bae359d

Branch: refs/heads/master
Commit: 2bae359dbb6d9ba4cc0e4e2b573a112a1724426f
Parents: 9108822
Author: Joseph Wu <jo...@mesosphere.io>
Authored: Fri Oct 28 13:37:09 2016 -0700
Committer: Joseph Wu <jo...@apache.org>
Committed: Fri Oct 28 13:51:02 2016 -0700

----------------------------------------------------------------------
 docs/gpu-support.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2bae359d/docs/gpu-support.md
----------------------------------------------------------------------
diff --git a/docs/gpu-support.md b/docs/gpu-support.md
index 3c20f66..96025a0 100644
--- a/docs/gpu-support.md
+++ b/docs/gpu-support.md
@@ -6,6 +6,7 @@ layout: documentation
 # Nvidia GPU Support
 
 Mesos 1.0.0 added first-class support for Nvidia GPUs.
+The minimum required Nvidia driver version is `340.29`.
 
 ## Overview
 Getting up and running with GPU support in Mesos is fairly
@@ -249,6 +250,8 @@ part of the Nvidia CUDA toolkit. Many jobs that use Nvidia GPUs rely
 on CUDA and not including it will severely limit the type of
 GPU-aware jobs you can run on Mesos.
 
+**Note:** The minimum supported version of CUDA is `6.5`.
+
 ### Installing the Required Tools
 
 The Nvidia kernel driver can be downloaded at the link below. Make