Skip to content

vLLM recently moved the path of docker files, will break unit tests #1501

@edlee123

Description

@edlee123

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:

vllm-project/vllm@e6e3c55

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

Metadata

Metadata

Labels

A2ready to fixbugSomething isn't workingdependenciesPull requests that update a dependency file

Type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions