xushiyan commented on code in PR #487:
URL: https://github.com/apache/hudi-rs/pull/487#discussion_r2638243102


##########
demo/infra/runner/Dockerfile:
##########
@@ -36,6 +37,10 @@ ENV PATH="/opt/.venv/bin:$PATH"
 
 RUN uv pip install --only-binary=all 'pyarrow==20.0.0'
 
+# Make Python installation and venv accessible to any user (needed for 
HOST_UID:HOST_GID mapping)
+# Python needs read+execute, venv needs read+write+execute for pip install
+RUN chmod -R a+rX /opt/python && chmod -R a+rwX /opt/.venv

Review Comment:
   sounds good



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