nchammas commented on issue #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies URL: https://github.com/apache/spark/pull/27928#issuecomment-615304827 I manually copied the pinned requirements to the required location and kicked off the Docker build as follows (basically, trying to mimic parts of `do-release-docker.sh`): ``` cp .../requirements-pinned.txt spark-rm/dev-requirements-pinned.txt docker build --build-arg UID=$UID ./spark-rm/ ``` It ran all the way through successfully on my laptop. @HyukjinKwon and @cloud-fan - Are you still interested in this PR? Would either of you be able to test `do-release-docker.sh`? If you'd prefer, I can back out any changes to the release machinery, just to be conservative. It's not ideal, but if that would help get this PR over the line, then I'll do it.
---------------------------------------------------------------- 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. 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]
