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

[BUG] DOCKER_BUILDKIT=1 docker build -f Dockerfile.openvino -t vllm-openvino-env . #45

Open
luckydevil13 opened this issue Dec 18, 2024 · 0 comments

Comments

@luckydevil13
Copy link

error during build

1588.7   Downloading einops-0.3.1-py3-none-any.whl (25 kB)
1773.4   Downloading einops-0.3.0-py2.py3-none-any.whl (25 kB)
1961.0   Downloading einops-0.2.0-py2.py3-none-any.whl (18 kB)
2150.3   Downloading einops-0.1.0-py3-none-any.whl (16 kB)
2341.8 INFO: pip is looking at multiple versions of blake3 to determine which version is compatible with other requirements. This could take a while.
2341.8 Collecting blake3
2342.0   Downloading blake3-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
2342.1      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 9.5 MB/s eta 0:00:00
2511.6 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.
4669.1   Downloading blake3-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
4669.4      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 4.4 MB/s eta 0:00:00
7178.2   Downloading blake3-0.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
7178.5      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 4.8 MB/s eta 0:00:00
9856.5   Downloading blake3-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)
9856.8      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 4.7 MB/s eta 0:00:00
12726.7   Downloading blake3-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)
12740.3      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 84.4 kB/s eta 0:00:00
15744.6   Downloading blake3-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
15754.7      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 111.7 kB/s eta 0:00:00
18926.2   Downloading blake3-0.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB)
18936.9      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 100.9 kB/s eta 0:00:00
22262.6 INFO: pip is looking at multiple versions of blake3 to determine which version is compatible with other requirements. This could take a while.
22263.1   Downloading blake3-0.2.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB)
22276.8      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 76.4 kB/s eta 0:00:00
25825.5   Downloading blake3-0.2.0.tar.gz (33 kB)
25825.7   Installing build dependencies: started
25831.0   Installing build dependencies: finished with status 'done'
25831.0   Getting requirements to build wheel: started
25831.1   Getting requirements to build wheel: finished with status 'done'
25831.1   Preparing metadata (pyproject.toml): started
25831.1   Preparing metadata (pyproject.toml): finished with status 'error'
25831.1   error: subprocess-exited-with-error
25831.1
25831.1   × Preparing metadata (pyproject.toml) did not run successfully.
25831.1   │ exit code: 1
25831.1   ╰─> [6 lines of output]
25831.1
25831.1       Cargo, the Rust package manager, is not installed or is not on PATH.
25831.1       This package requires Rust and Cargo to compile extensions. Install it through
25831.1       the system's package manager or via https://rustup.rs/
25831.1
25831.1       Checking for Rust toolchain....
25831.1       [end of output]
25831.1
25831.1   note: This error originates from a subprocess, and is likely not a problem with pip.
25831.1 error: metadata-generation-failed
25831.1
25831.1 × Encountered error while generating package metadata.
25831.1 ╰─> See above for output.
25831.1
25831.1 note: This is an issue with the package mentioned above, not pip.
25831.1 hint: See above for details.
------
Dockerfile.openvino:20
--------------------
  18 |     RUN PIP_EXTRA_INDEX_URL="https://download.pytorch.org/whl/cpu" python3 -m pip install -r /workspace/requirements-build.txt
  19 |     # build vLLM with OpenVINO backend
  20 | >>> RUN PIP_EXTRA_INDEX_URL="https://download.pytorch.org/whl/cpu" VLLM_TARGET_DEVICE="openvino" python3 -m pip install /workspace
  21 |
  22 |     COPY examples/ /workspace/examples
--------------------
ERROR: failed to solve: 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: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant