Re: building docker images for GPU

2019-02-12 Thread Chen Qin
> > > > > > Instead we can make the Spark images have bare minimum support for basic > Spark applications, and then provide detailed instructions for how to build > custom Docker images (mostly just needing to make sure the custom image has > the right entry

Re: building docker images for GPU

2019-02-12 Thread Marcelo Vanzin
tailed instructions for how to build > custom Docker images (mostly just needing to make sure the custom image has > the right entry point). > > > > -Matt Cheah > > > > From: Rong Ou > Date: Friday, February 8, 2019 at 2:28 PM > To: "dev@spark.apache.org"

Re: building docker images for GPU

2019-02-11 Thread Matt Cheah
provide detailed instructions for how to build custom Docker images (mostly just needing to make sure the custom image has the right entry point). -Matt Cheah From: Rong Ou Date: Friday, February 8, 2019 at 2:28 PM To: "dev@spark.apache.org" Subject: building docker images for

building docker images for GPU

2019-02-08 Thread Rong Ou
Hi spark dev, I created a JIRA issue a while ago ( https://issues.apache.org/jira/browse/SPARK-26398) to add GPU support to Spark docker images, and sent a PR ( https://github.com/apache/spark/pull/23347) that went through several iterations. It was suggested that it should be discussed on the dev