imbajin commented on code in PR #262: URL: https://github.com/apache/incubator-hugegraph-ai/pull/262#discussion_r2126702420
########## docker/Dockerfile.llm: ########## @@ -1,23 +1,20 @@ -# TODO: we could use 'uv' to replace the poetry + python image (Also use the slime image) # Stage 1: Build stage (Isolating the build env) FROM python:3.10.16-bookworm AS builder -WORKDIR /build/ +WORKDIR /home/work/ -# 1.1 Install poetry -RUN pip install --no-cache-dir poetry +# Use uv instead of poetry for faster dependency resolution and better compatibility with modern Python packaging tools Review Comment: ```suggestion # Use uv instead of poetry for a more efficient, elegant, and unified py env management``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
