Skip to content

Commit a1a880e

Browse files
committed
[CI/Build] Add examples folder into Docker image
so that we can leverage the templates*.jinja when serving models Signed-off-by: Peter Pan <[email protected]>
1 parent 6da1ab6 commit a1a880e

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
@@ -173,6 +173,7 @@ RUN --mount=type=bind,from=build,src=/workspace/dist,target=/vllm-workspace/dist
173173
RUN --mount=type=cache,target=/root/.cache/pip \
174174
. /etc/environment && \
175175
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
176+
COPY examples examples
176177
#################### vLLM installation IMAGE ####################
177178

178179

0 commit comments

Comments
 (0)