Skip to content

Commit 78d4946

Browse files
authored
Make sure examples end up in /workspace/examples (#7)
1 parent a0bba99 commit 78d4946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ COPY --from=build-vllm /wheels/*.whl wheels/
188188
COPY --from=build-xformers /wheels/*.whl wheels/
189189

190190
# Copy vllm examples directory
191-
COPY --from=build-vllm /workspace/vllm/examples /workspace/
191+
COPY --from=build-vllm /workspace/vllm/examples /workspace/examples/
192192

193193
# Install and cleanup wheels
194194
RUN uv pip install wheels/*

0 commit comments

Comments
 (0)