[CI/Build] Update OpenVINO Dockerfile to Ubuntu 24.04#11670
[CI/Build] Update OpenVINO Dockerfile to Ubuntu 24.04#11670ruediste wants to merge 1 commit intovllm-project:mainfrom
Conversation
|
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
Signed-off-by: Ruedi Steinmann <ruediste@gmail.com>
8e95d10 to
0137a65
Compare
|
@ilya-lavrenov would you be able to assist with this? |
Could you please provide any logs / error messages? |
|
I just tried it on a different machine on a fresh clone of the repo. It took forever and ended with an exception. cmd line: DOCKER_BUILDKIT=1 docker build -f Dockerfile.openvino -t vllm-openvino-env --no-cache . 2>&1 | tee ../build.logLog: |
|
I suppose an alternative solution suggested in PR #11732 is more simple. |
The other PR is simpler and works as well |
I tried to build the OpenVINO Docker container last week and it failed. I updated to Ubuntu 24.04, and it works again