什么是 vllm-deploy-docker?
使用具有 NVIDIA GPU 支持的 Docker(预构建映像或从源代码构建)部署 vLLM,并运行 OpenAI 兼容服务器。 来源:vllm-project/vllm-skills。
使用具有 NVIDIA GPU 支持的 Docker(预构建映像或从源代码构建)部署 vLLM,并运行 OpenAI 兼容服务器。
通过命令行快速安装 vllm-deploy-docker AI 技能到你的开发环境
来源:vllm-project/vllm-skills。
A Claude skill describing how to deploy vLLM with Docker using the official pre-built images or building the image from source supporting NVIDIA GPUs with CUDA. Instructions include NVIDIA CUDA support, example docker run and a minimal docker-compose snippet, recommended flags, and troubleshooting notes. For AMD, Intel, or other accelerators, please refer to the vLLM documentation for alternative deployment methods.
Run a vLLM OpenAI-compatible server with GPU access, mounting the HF cache and forwarding port 8000:
Note: vLLM and this skill recommend using the latest Docker image (vllm/vllm-openai:latest). For legacy version images, you may refer to the Docker Hub image tags.
使用具有 NVIDIA GPU 支持的 Docker(预构建映像或从源代码构建)部署 vLLM,并运行 OpenAI 兼容服务器。 来源:vllm-project/vllm-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/vllm-project/vllm-skills --skill vllm-deploy-docker使用具有 NVIDIA GPU 支持的 Docker(预构建映像或从源代码构建)部署 vLLM,并运行 OpenAI 兼容服务器。 来源:vllm-project/vllm-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/vllm-project/vllm-skills --skill vllm-deploy-docker 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/vllm-project/vllm-skills