tvalentyn commented on code in PR #26156: URL: https://github.com/apache/beam/pull/26156#discussion_r1164498724
########## sdks/python/container/Dockerfile: ########## @@ -37,11 +37,11 @@ RUN apt-get update && \ #### # Install required packages for Beam Python SDK and common dependencies used by users. #### - +ARG install_release_candidates Review Comment: this ARG has no knowledge of what you pass; you can call it `pip_extra_options` for example. -- 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]
