liferoad commented on code in PR #29001:
URL: https://github.com/apache/beam/pull/29001#discussion_r1364646826


##########
sdks/python/container/Dockerfile:
##########
@@ -43,9 +40,12 @@ RUN  \
        # Required for using Beam Python SDK on ARM machines.
        libgeos-dev \
        && \
-    rm -rf /var/lib/apt/lists/* && \
+    rm -rf /var/lib/apt/lists/*
 
-    pip install --upgrade pip setuptools wheel && \
+RUN python -m venv venv-beam

Review Comment:
   This is used to hold all the Python packages we need and later it is copied 
to the distroless image. I will check whether it works with DataflowRunner 
later.



-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to