Skip to content

Commit d316e57

Browse files
fix: Copy nixl example for vllm_nixl container (NVIDIA#323)
1 parent 5cbeb5e commit d316e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/Dockerfile.vllm_nixl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ COPY container/deps/vllm /workspace/container/deps/vllm
291291
COPY --from=dev ${VLLM_KV_CAPI_PATH} ${VLLM_KV_CAPI_PATH}
292292
# Copy minimal set of files for deployment/examples
293293
# FIXME: Use a more consolidated path after directory restructure
294-
COPY examples/python_rs/llm/vllm /workspace/examples/python_rs/llm/vllm
294+
COPY examples/python_rs/llm/vllm_nixl /workspace/examples/python_rs/llm/vllm_nixl
295295

296296
WORKDIR /workspace
297297

0 commit comments

Comments
 (0)