weijinglin commented on code in PR #262:
URL: 
https://github.com/apache/incubator-hugegraph-ai/pull/262#discussion_r2124132011


##########
docker/Dockerfile.llm:
##########
@@ -1,23 +1,19 @@
-# 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
+RUN pip install --no-cache-dir uv

Review Comment:
   The features I used in uv will stay stable in my opinion 



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

Reply via email to