tvalentyn commented on PR #28046:
URL: https://github.com/apache/beam/pull/28046#issuecomment-1689069588

   > If the python interpreter is not available then it will fail at the pip 
install apache-beam[gcp] step itself when building the container
   
   you can build a regular container, then manually build another container:
   
   ```
   FROM buster
   COPY --from=<your_container_image> /opt/apache/beam /opt/apache/beam
   
   ENTRYPOINT ["/opt/apache/beam/boot"]
   ```


-- 
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]

Reply via email to