docker run -itd \
-e RAY_EXPERIMENTAL_NOSET_CUDA_VISIBLE_DEVICES=1 \
-e RAY_EXPERIMENTAL_NOSET_MUSA_VISIBLE_DEVICES=1 \
-e RAY_EXPERIMENTAL_NOSET_MC_VISIBLE_DEVICES=1 \
-e CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 \
-e VLLM_WORKER_MULTIPROC_METHOD=spawn \
-e PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True \
-v /data/models/Kimi-K2___6:/models/Kimi-K2.6 \
--privileged \
--name kimi-k26-metax \
--network=host \
--shm-size 100gb \
--ulimit memlock=-1 \
--device=/dev/mxcd \
--device=/dev/dri \
--group-add video \
--security-opt seccomp=unconfined \
--security-opt apparmor=unconfined \
pub-registry1.metax-tech.com/ai-opentest/master/maca/vllm-metax:0.15.0-maca.ai20260227-177-torch2.8-py312-ubuntu22.04-amd64
添加了特权参数还是不行