[
https://issues.apache.org/jira/browse/MESOS-5401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15360358#comment-15360358
]
Benjamin Mahler commented on MESOS-5401:
----------------------------------------
{noformat}
commit a7185a88c67eb462a0fe8da805193ae027fadca3
Author: Kevin Klues <[email protected]>
Date: Sat Jul 2 15:41:05 2016 -0700
Added a new 'NvidiaVolume' component.
This component is responsible for building up a consolidated volume of
binaries / libraries from the user-space portion of the Nvidia GPU
drivers so that it can be injected into a container as a single
volume. Its core functionality mimics that of the
'nvidia-docker-plugin': https://github.com/NVIDIA/nvidia-docker/
We currently only implement the 'create()' function which is
responsible for building up the volume itself. In a subsequent commit
we will add support for reading a Docker image manifest and deciding
whether we should inject the volume into the docker container.
Review: https://reviews.apache.org/r/49565/
{noformat}
{noformat}
commit 14458c81ecdc0f592a6f07db551a237f7173eca7
Author: Kevin Klues <[email protected]>
Date: Sat Jul 2 16:39:35 2016 -0700
Integrated the 'NvidiaVolume' component into 'NvidiaComponents'.
This makes it so that the 'NvidiaVolume' component can be shared
across containerizers in the same way that the 'NvidiaGpuAllocator' is
currently being shared.
Review: https://reviews.apache.org/r/49566/
{noformat}
> Add ability to inject a Volume of Nvidia GPU-related libraries into a docker
> container.
> ---------------------------------------------------------------------------------------
>
> Key: MESOS-5401
> URL: https://issues.apache.org/jira/browse/MESOS-5401
> Project: Mesos
> Issue Type: Improvement
> Reporter: Kevin Klues
> Assignee: Kevin Klues
> Labels: gpu, mesosphere
> Fix For: 1.0.0
>
>
> In order to support Nvidia GPUs with docker containers in Mesos, we need to
> be able to consolidate all Nvidia libraries into a common volume and inject
> that volume into the container.
> More info on why this is necessary here:
> https://github.com/NVIDIA/nvidia-docker/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)