Yikun edited a comment on pull request #35772: URL: https://github.com/apache/spark/pull/35772#issuecomment-1061878593
For my case, - case 1: I want to set pyDockerfile separately, do some custom dev. - case 2: I always to run IT slowly due to build py/r binding images do `apt update` and `apt install`again and again (because base images change), so I just write a `all-in-one` Dockerfile to add all deps (py+r+base) at first line, then image docker build will re-use previous cache. it can reduce about 1+ minute in my env (this all in one dockerfile could be a contribution if needed) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
