We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cbeb5e commit d316e57Copy full SHA for d316e57
container/Dockerfile.vllm_nixl
@@ -291,7 +291,7 @@ COPY container/deps/vllm /workspace/container/deps/vllm
291
COPY --from=dev ${VLLM_KV_CAPI_PATH} ${VLLM_KV_CAPI_PATH}
292
# Copy minimal set of files for deployment/examples
293
# FIXME: Use a more consolidated path after directory restructure
294
-COPY examples/python_rs/llm/vllm /workspace/examples/python_rs/llm/vllm
+COPY examples/python_rs/llm/vllm_nixl /workspace/examples/python_rs/llm/vllm_nixl
295
296
WORKDIR /workspace
297
0 commit comments