Copilot commented on code in PR #242:
URL: 
https://github.com/apache/incubator-hugegraph-ai/pull/242#discussion_r2096793101


##########
docker/Dockerfile.nk:
##########
@@ -0,0 +1,44 @@
+# Stage 1: Build stage (Isolating the build env)
+FROM python:3.10.16-bookworm AS builder
+
+WORKDIR /build/
+
+# 1.1 Copy source code
+COPY hugegraph-python-client/ ./hugegraph-python-client/
+COPY hugegraph-llm/ ./hugegraph-llm/
+
+# 1.2 Install dependency
+RUN apt update && \

Review Comment:
   [nitpick] Consider removing build dependencies or cleaning up after the 
build stage to further reduce the final image size.



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