Skip to content

Commit c7136b0

Browse files
panpan0000sumitd2
authored andcommitted
[CI/Build] Add examples folder into Docker image so that we can leverage the templates*.jinja when serving models (vllm-project#8758)
Signed-off-by: Peter Pan <[email protected]> Signed-off-by: Sumit Dubey <[email protected]>
1 parent 54985ae commit c7136b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ RUN --mount=type=bind,from=build,src=/workspace/dist,target=/vllm-workspace/dist
182182
RUN --mount=type=cache,target=/root/.cache/pip \
183183
. /etc/environment && \
184184
python3 -m pip install https://github.com/flashinfer-ai/flashinfer/releases/download/v0.1.6/flashinfer-0.1.6+cu121torch2.4-cp${PYTHON_VERSION_STR}-cp${PYTHON_VERSION_STR}-linux_x86_64.whl
185+
COPY examples examples
185186
#################### vLLM installation IMAGE ####################
186187

187188

0 commit comments

Comments
 (0)