tvalentyn commented on a change in pull request #11067: [BEAM-9136]Add licenses for dependencies for Python URL: https://github.com/apache/beam/pull/11067#discussion_r400177204
########## File path: sdks/python/container/Dockerfile ########## @@ -58,9 +58,17 @@ RUN pip install -v /opt/apache/beam/tars/apache-beam.tar.gz[gcp] && \ # Log complete list of what exact packages and versions are installed. RUN pip freeze --all Review comment: `RUN pip freeze --all` should be the last command. ---------------------------------------------------------------- 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
