AnandInguva commented on code in PR #26156: URL: https://github.com/apache/beam/pull/26156#discussion_r1164663348
########## sdks/python/container/Dockerfile: ########## @@ -70,9 +70,11 @@ RUN ccache --set-config=sloppiness=file_macro && ccache --set-config=hash_dir=fa #### # Install Apache Beam SDK. Use --no-deps and pip check to verify that all # necessary dependencies are specified in base_image_requirements.txt. +# use ARG pip_extra_options to install release candidates(RCs) of Beam' Review Comment: yes. previously the purpose was to add only `--pre` but since we can add any flag to pip installation, i changed the wording. -- 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]
