-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI/Build] Update OpenVINO Dockerfile to Ubuntu 24.04 #11670
base: main
Are you sure you want to change the base?
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.log Log:
|
I suppose an alternative solution suggested in PR #11732 is more simple. |
I tried to build the OpenVINO Docker container last week and it failed. I updated to Ubuntu 24.04, and it works again