add build metadata generation and include in Dockerfiles
This commit is contained in:
@@ -275,6 +275,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
|
||||
|
||||
# Cleanup
|
||||
|
||||
# Keeping it here for reference - this won't work as is without squashing layers
|
||||
|
||||
Reference in New Issue
Block a user