Re: building docker images for GPU

2019-02-12 Thread Chen Qin
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 point). > > > > > > &g

Re: building docker images for GPU

2019-02-12 Thread Marcelo Vanzin
d > 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 im

Re: building docker images for GPU

2019-02-11 Thread Matt Cheah
, 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 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
case for Spark. In any event, it'd be nice for Spark to have better support for GPUs. Building gpu-enabled docker images seems like a useful first step. Thanks, Rong