You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+17-11Lines changed: 17 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,13 @@ ARG TOKENIZER_VERSION=v1.22.1
28
28
RUN curl -L https://github.com/daulet/tokenizers/releases/download/${TOKENIZER_VERSION}/libtokenizers.${TARGETOS}-${TARGETARCH}.tar.gz | tar -xz -C lib
29
29
RUN ranlib lib/*.a
30
30
31
-
# Copy Python wrapper from kv-cache-manager dependency
31
+
# Copy Python wrapper and requirements from kv-cache-manager dependency
32
32
# Extract version dynamically and copy to a known location
33
33
RUN KV_CACHE_MGR_VERSION=$(go list -m -f '{{.Version}}' github.com/llm-d/llm-d-kv-cache-manager) && \
0 commit comments