-
Notifications
You must be signed in to change notification settings - Fork 216
vLLM recently moved the path of docker files, will break unit tests #1501
Copy link
Copy link
Closed
Labels
A2ready to fixready to fixbugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency file
Milestone
Description
Priority
P3-Medium
OS type
Ubuntu
Hardware type
Xeon-GNR
Installation method
- Pull docker images from hub.docker.com
- Build docker images from source
- Other
Deploy method
- Docker
- Docker Compose
- Kubernetes Helm Charts
- Other
Running nodes
Single Node
What's the version?
Building vLLM Dockerfiles from source.
Description
vLLM moved recently docker files to a dedicated folder in a recent PR:
What it means is that if we have CI tests that are pulling down the latest vLLM and building Docker files, it may not be able to find the dockerfiles in the original path.
It also means we should update the ChatQnA/docker_image_build/build.yaml since building ChatQna from this yaml may not work as originally intended.
Reproduce steps
Please take a look at the new location of vLLM docker files: vllm-project/vllm@e6e3c55
And then review unit tests that pull down vLLM github, and the path specified to build the vLLM Dockerfile.
Raw log
Attachments
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A2ready to fixready to fixbugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency file
Type
Projects
Status
Done