mccheah commented on issue #23347: allow building spark gpu docker images URL: https://github.com/apache/spark/pull/23347#issuecomment-453635944 Ubuntu is a really, really big image. I wonder if there's a world where the docker image tool can allow specifying a base image. Then, when the docker image tool runs, it can `sed` the base dockerfile and replace the base image according to the user's request. We actually propose a similar concept in our Gradle Spark Docker Image plugin: https://github.com/palantir/spark/blob/master/spark-docker-image-generator/src/main/java/org/apache/spark/deploy/kubernetes/docker/gradle/GenerateDockerFileTask.java#L77
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
