Added clustering script

This commit is contained in:
eugr
2025-11-24 11:53:38 -08:00
parent 4e95bf6fa6
commit 0ad880e0fe

View File

@@ -68,6 +68,9 @@ RUN python3 use_existing_torch.py && \
# Changed -e (editable) to . (standard install) for better Docker portability # Changed -e (editable) to . (standard install) for better Docker portability
RUN pip install --no-build-isolation . -v RUN pip install --no-build-isolation . -v
# Set the final workdir
WORKDIR $VLLM_BASE_DIR WORKDIR $VLLM_BASE_DIR
# Default entrypoint (Optional: starts the server)
CMD ["/bin/bash"] # Copy clustering script
COPY run-cluster-node.sh $VLLM_BASE_DIR/