codephage2020 commented on code in PR #391: URL: https://github.com/apache/hudi-rs/pull/391#discussion_r2185494961
########## demo/infra/runner/Dockerfile: ########## @@ -17,15 +17,15 @@ FROM rust:1.84 -RUN apt-get update && apt-get install -y cmake python3-dev python3-venv +RUN apt-get update && apt-get install -y cmake python3-dev python3-venv curl -RUN python3 -m venv /opt/venv +RUN curl -LsSf https://astral.sh/uv/install.sh | sh -ENV PATH="/opt/venv/bin:$PATH" +RUN uv venv /opt/.venv Review Comment: I sincerely apologize for the mistake I committed. I have carried out specific adjustments. Please review it again. -- 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]
