Skip to content

Conversation

yuluo-yx
Copy link
Contributor

Copy link

netlify bot commented Sep 20, 2025

Deploy Preview for vllm-semantic-router ready!

Name Link
🔨 Latest commit e8dd221
🔍 Latest deploy log https://app.netlify.com/projects/vllm-semantic-router/deploys/68ceb21831d43f00099bb324
😎 Deploy Preview https://deploy-preview-182--vllm-semantic-router.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

github-actions bot commented Sep 20, 2025

👥 vLLM Semantic Team Notification

The following members have been identified for the changed files in this PR and have been automatically assigned:

📁 Root Directory

Owners: @rootfs, @Xunzhuo
Files changed:

  • Dockerfile.precommit

📁 tools

Owners: @yuluo-yx, @rootfs, @Xunzhuo
Files changed:

  • tools/make/pre-commit.mk

vLLM

🎉 Thanks for your contributions!

This comment was automatically generated based on the OWNER files in the repository.

@yuluo-yx yuluo-yx changed the title feat: fix precommit container erro feat: fix precommit container error Sep 20, 2025
@yuluo-yx yuluo-yx force-pushed the 0920-yuluo/fix-precommit-container branch from 4481ba9 to 0f858ea Compare September 20, 2025 07:19
@yuluo-yx
Copy link
Contributor Author

run test success:

exec container and manual run pre-commit :

image

by make precommit-local

image

precommit-local:
docker pull ghcr.io/vllm/semantic-router/precommit:latest
docker run --rm -v $$(pwd):/data ghcr.io/vllm-project/semantic-router/precommit:latest pre-commit run --all-files
@if ! docker image inspect ${PRECOMMIT_CONTAINER} > /dev/null 2>&1; then \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can you make a macro for docker command and detect if either docker or podman is installed and choose the one that is present on the system?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can do it in a followup PR.

@rootfs rootfs merged commit e018e7c into vllm-project:main Sep 20, 2025
9 checks passed
yossiovadia pushed a commit to yossiovadia/semantic-router that referenced this pull request Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run pre-commit in Containers
3 participants