Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ruediste
Copy link

@ruediste ruediste commented Jan 1, 2025

I tried to build the OpenVINO Docker container last week and it failed. I updated to Ubuntu 24.04, and it works again

Copy link

github-actions bot commented Jan 1, 2025

👋 Hi! Thank you for contributing to the vLLM project.
Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

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:

  • Add ready label to the PR
  • Enable auto-merge.

🚀

@mergify mergify bot added the ci/build label Jan 1, 2025
Signed-off-by: Ruedi Steinmann <ruediste@gmail.com>
@ruediste ruediste changed the title Update OpenVINO Dockerfile to Ubuntu 24.04 [CI/Build] Update OpenVINO Dockerfile to Ubuntu 24.04 Jan 1, 2025
@mgoin
Copy link
Member

mgoin commented Jan 2, 2025

@ilya-lavrenov would you be able to assist with this?

@ilya-lavrenov
Copy link
Contributor

I tried to build the OpenVINO Docker container last week and it failed.

Could you please provide any logs / error messages?

@ruediste
Copy link
Author

ruediste commented Jan 3, 2025

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:

#10 783.2 Collecting cloudpickle
#10 783.3   Downloading cloudpickle-3.0.0-py3-none-any.whl (20 kB)
#10 838.5 INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
#10 1539.1   Downloading cloudpickle-2.2.1-py3-none-any.whl (25 kB)
#10 2350.2   Downloading cloudpickle-2.2.0-py3-none-any.whl (25 kB)
#10 3212.5   Downloading cloudpickle-2.1.0-py3-none-any.whl (25 kB)
#10 4129.8   Downloading cloudpickle-2.0.0-py3-none-any.whl (25 kB)
#10 5099.6   Downloading cloudpickle-1.6.0-py3-none-any.whl (23 kB)
#10 6122.1   Downloading cloudpickle-1.5.0-py3-none-any.whl (22 kB)
#10 7232.2 INFO: pip is looking at multiple versions of cloudpickle to determine which version is compatible with other requirements. This could take a while.
#10 7232.3   Downloading cloudpickle-1.4.1-py3-none-any.whl (26 kB)
#10 8364.1   Downloading cloudpickle-1.4.0-py3-none-any.whl (25 kB)
#10 8937.2 ERROR: Exception:
#10 8937.2 Traceback (most recent call last):
#10 8937.2   File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 165, in exc_logging_wrapper
#10 8937.2     status = run_func(*args)
#10 8937.2   File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper
#10 8937.2     return func(self, options, args)
#10 8937.2   File "/usr/lib/python3/dist-packages/pip/_internal/commands/install.py", line 339, in run
#10 8937.2     requirement_set = resolver.resolve(
#10 8937.2   File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 94, in resolve
#10 8937.2     result = self._result = resolver.resolve(
#10 8937.2   File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve
#10 8937.2     state = resolution.resolve(requirements, max_rounds=max_rounds)
#10 8937.2   File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 392, in resolve
#10 8937.2     raise ResolutionTooDeep(max_rounds)
#10 8937.2 pip._vendor.resolvelib.resolvers.ResolutionTooDeep: 2000000
#10 ERROR: process "/bin/sh -c PIP_EXTRA_INDEX_URL=\"https://download.pytorch.org/whl/cpu\" VLLM_TARGET_DEVICE=\"openvino\" python3 -m pip install /workspace" did not complete successfully: exit code: 2

@ilya-lavrenov
Copy link
Contributor

I suppose an alternative solution suggested in PR #11732 is more simple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants