add build metadata generation and include in Dockerfiles
This commit is contained in:
@@ -274,6 +274,9 @@ ENV PATH=$VLLM_BASE_DIR:$PATH
|
||||
RUN --mount=type=cache,id=uv-cache,target=/root/.cache/uv \
|
||||
uv pip install ray[default] fastsafetensors nvidia-nvshmem-cu13
|
||||
|
||||
# Build metadata (generated by build-and-copy.sh)
|
||||
COPY build-metadata.yaml /workspace/build-metadata.yaml
|
||||
|
||||
# If not compiling Triton
|
||||
# remove triton-kernels as they are not compatible with this vLLM version yet
|
||||
RUN uv pip uninstall triton-kernels
|
||||
|
||||
Reference in New Issue
Block a user