Re: [External] Re: docker containerizer with nvidia-docker

2019-04-11 Thread Huadong Liu
Kevin, thanks for the useful info. It makes perfect sense to add gpu support for the docker containerizer, given the large docker user base and relatively small development effort. On Wed, Apr 10, 2019 at 4:17 AM Kevin Klues wrote: > Adding GPU support to the docker containerizer is not somethin

Re: [External] Re: docker containerizer with nvidia-docker

2019-04-10 Thread Kevin Klues
Adding GPU support to the docker containerizer is not something that is very hard to do. The choice in the past to *not* build GPU support for the docker containerizer was a conscious one in order get people moved over to the UCR instead. All of the other innovations we work on are prioritised for

Re: [External] Re: docker containerizer with nvidia-docker

2019-04-05 Thread Benjamin Mahler
+Kevin Klues On Fri, Apr 5, 2019 at 1:24 AM Huadong Liu wrote: > Hi Ben, thanks for pointing me to the docker containerizer ticket. I do see > the value of UCR. > > Since nvidia-docker already takes care of mounting the driver etc., if we > use the "--docker=nvidia-docker" agent option to repla

Re: [External] Re: docker containerizer with nvidia-docker

2019-04-04 Thread Huadong Liu
Hi Ben, thanks for pointing me to the docker containerizer ticket. I do see the value of UCR. Since nvidia-docker already takes care of mounting the driver etc., if we use the "--docker=nvidia-docker" agent option to replace the docker command with the nvidia-docker command, GPU support with the d

Re: docker containerizer with nvidia-docker

2019-04-04 Thread Benjamin Mahler
The "UCR" (aka mesos containerizer) and "Docker containerizer" are two different containerizers that users tend to choose between. UCR is what many of our serious users rely on and so we made the investment there first. GPU support for the docker containerizer was also something that was planned, b

docker containerizer with nvidia-docker

2019-04-03 Thread Huadong Liu
Hi, Nvidia GPU support in Mesos/Marathon mandates the mesos containerizer which "mimics" nvidia-docker. Can someone he