Skip to content

Commit a0bba99

Browse files
authored
Absolute paths for COPY command (#6)
1 parent f0a3dee commit a0bba99

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 vllm/examples .
191+
COPY --from=build-vllm /workspace/vllm/examples /workspace/
192192

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

0 commit comments

Comments
 (0)