docker run --rm --gpus all --ipc=host \
-p 8000:8000 \
-e HUGGING_FACE_HUB_TOKEN="$HF_TOKEN" \
-v "$PWD/.hf-cache:/root/.cache/huggingface" \
vllm/vllm-openai:latest \
--model deepseek-ai/DeepSeek-V3.2 \
--tensor-parallel-size 8 \
--max-model-len 32768 \
--trust-remote-code \
--served-model-name deepseek-v3.2
This is a reproducible starting block. Cluster paths still need the model author's distributed recipe and the provider's orchestration layer.