You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Your current environment
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
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
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: