We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0970b49 commit 9c56950Copy full SHA for 9c56950
Dockerfile.dev
@@ -25,6 +25,10 @@ COPY llm-d-inference-scheduler/test/ test/
25
COPY llm-d-kv-cache/ /workspace/llm-d-kv-cache/
26
COPY gateway-api-inference-extension/ /workspace/gateway-api-inference-extension/
27
28
+# Temporarily update llm-d-kv-cache module name to match what inference-scheduler expects
29
+RUN cd /workspace/llm-d-kv-cache && \
30
+ go mod edit -module github.com/llm-d/llm-d-kv-cache-manager
31
+
32
# Set up replace directives to use local checkouts
33
RUN go mod edit -replace github.com/llm-d/llm-d-kv-cache-manager=/workspace/llm-d-kv-cache
34
RUN go mod edit -replace sigs.k8s.io/gateway-api-inference-extension=/workspace/gateway-api-inference-extension
0 commit comments