Loading

image with reference vllm/vllm-openai:v0.6.2 was found but its platform (linux/amd64) does not match the specified platform (linux/arm64)

image with reference vllm/vllm-openai:v0.6.2 was found but its platform (linux/amd64) does not match the specified platform (linux/arm64)
此警告消息表示请求的 Docker 映像与主机平台不匹配。请求的映像可能是为 Linux/amd64 平台构建的,但执行 Docker 映像的主机平台是 Linux/arm64/v8

拉取镜像时已启动:
image

解决方法:
创建容器时添加:platform: linux/amd64

来源:
https://collabnix.com/warning-the-requested-images-platform-linux-amd64-does-not-match-the-detected-host-platform-linux-arm64-v8/

posted @ 2025-03-24 01:20  踩坑大王  阅读(183)  评论(0)    收藏  举报