[GitHub] rongou commented on issue #23347: allow building spark gpu docker images

2019-01-11 Thread GitBox
rongou commented on issue #23347: allow building spark gpu docker images URL: https://github.com/apache/spark/pull/23347#issuecomment-453706000 @mccheah with the latest commit this now uses debian slim as the base image for CPUs. The total size is within striking distance of alpine-based im

[GitHub] rongou commented on issue #23347: allow building spark gpu docker images

2019-01-09 Thread GitBox
rongou commented on issue #23347: allow building spark gpu docker images URL: https://github.com/apache/spark/pull/23347#issuecomment-452773664 So basically any docker image based on linux is a no go because of GPL? In any case, this PR doesn't depend on publishing docker images. I th

[GitHub] rongou commented on issue #23347: allow building spark gpu docker images

2019-01-08 Thread GitBox
rongou commented on issue #23347: allow building spark gpu docker images URL: https://github.com/apache/spark/pull/23347#issuecomment-452435272 I think I have a solution to address all the concerns here (well, almost :). By switching the CPU base image to `debian:stretch-slim`, and a couple

[GitHub] rongou commented on issue #23347: allow building spark gpu docker images

2019-01-07 Thread GitBox
rongou commented on issue #23347: allow building spark gpu docker images URL: https://github.com/apache/spark/pull/23347#issuecomment-452139101 OK, I just pushed a new commit to show what it looks like to use Ubuntu as the base image for both CPU and GPU builds. I think this is cleaner and

[GitHub] rongou commented on issue #23347: allow building spark gpu docker images

2019-01-07 Thread GitBox
rongou commented on issue #23347: allow building spark gpu docker images URL: https://github.com/apache/spark/pull/23347#issuecomment-452123596 Building from head, Spark image based on Alpine: 373MB Ubuntu 18.04: 617MB @ifilonenko I was told by the container guys within NVIDIA t

[GitHub] rongou commented on issue #23347: allow building spark gpu docker images

2019-01-03 Thread GitBox
rongou commented on issue #23347: allow building spark gpu docker images URL: https://github.com/apache/spark/pull/23347#issuecomment-451366536 @vanzin yes more or less. Since Ubuntu and Alpine use different package managers, the setups are slightly different. If we are willing to use Ubunt

[GitHub] rongou commented on issue #23347: allow building spark gpu docker images

2018-12-19 Thread GitBox
rongou commented on issue #23347: allow building spark gpu docker images URL: https://github.com/apache/spark/pull/23347#issuecomment-448507634 I'm mostly following the current structure. There are a few things that can be done to simplify this and lessen the maintenance burden: * As I m