jrmccluskey commented on code in PR #38852:
URL: https://github.com/apache/beam/pull/38852#discussion_r3403765364


##########
sdks/python/container/Dockerfile:
##########
@@ -48,7 +48,7 @@ RUN  \
        && \
     rm -rf /var/lib/apt/lists/* && \
 
-    pip install --upgrade pip setuptools wheel && \
+    pip install --upgrade "pip>=26.1" setuptools wheel && \

Review Comment:
   Oh yeah, there's a strange bit of behavior where we install an older pip 
version, do a few things, then upgrade pip afterwards. I've tried to fix it 
before (#36745) but it had to be reverted in #37092 and I didn't have the 
bandwidth to try and figure out the root issue



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