Skip to content

Commit b708965

Browse files
authored
copy specific dirs in vllm container
Signed-off-by: Anant Sharma <[email protected]>
1 parent 2806586 commit b708965

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

container/Dockerfile.vllm

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,13 @@ RUN --mount=type=bind,source=./container/deps/requirements.txt,target=/tmp/requi
287287
--requirement /tmp/requirements.txt \
288288
--requirement /tmp/requirements.test.txt
289289

290-
# Copy benchmarks, examples, and tests for CI with correct ownership
291-
COPY --chown=dynamo: . /workspace/
290+
# Copy tests, benchmarks, deploy and components for CI
291+
COPY --chown=dynamo: tests /workspace/tests
292+
COPY --chown=dynamo: examples /workspace/examples
293+
COPY --chown=dynamo: deploy /workspace/deploy
294+
COPY --chown=dynamo: recipes/ /workspace/recipes/
295+
COPY --chown=dynamo: components/ /workspace/components/
296+
COPY --chown=dynamo: lib/ /workspace/lib/
292297

293298
# Copy attribution files
294299
COPY --chown=dynamo: ATTRIBUTION* LICENSE /workspace/

0 commit comments

Comments
 (0)