Skip to content

[Installation]: the --mount option requires BuildKit #16205

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

Open
1 task done
mohdrashid1 opened this issue Apr 7, 2025 · 0 comments
Open
1 task done

[Installation]: the --mount option requires BuildKit #16205

mohdrashid1 opened this issue Apr 7, 2025 · 0 comments
Labels
installation Installation problems

Comments

@mohdrashid1
Copy link

mohdrashid1 commented Apr 7, 2025

Your current environment

The output of `python collect_env.py`

Step 8/90 : RUN --mount=type=cache,target=/root/.cache/uv python3 -m pip install uv
the --mount option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled

How you are installing vllm

pip install -vvv vllm

I clone repo of vllm after that i run this command
sudo docker build -t deepseek -f docker/Dockerfile .

and got error at step 8/90 dont know why im getting

im using azure VM of ubuntu 22.04 LTS to create docker image
for installing deepseek in kubernetes for that i was create a docker image

and also i try this also

DOCKER_BUILDKIT=1 docker build -t deepseek .
failed to fetch metadata: fork/exec /home/azureuser/.docker/cli-plugins/docker-buildx: exec format error

ERROR: BuildKit is enabled but the buildx component is missing or broken.
       Install the buildx component to build images with BuildKit:
       https://docs.docker.com/go/buildx/

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
@mohdrashid1 mohdrashid1 added the installation Installation problems label Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installation Installation problems
Projects
None yet
Development

No branches or pull requests

1 participant