From db03c60817bf0646c7ed444d2e4faa51caf002cb Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Wed, 8 Oct 2025 14:19:44 +0000 Subject: [PATCH] chore: Regenerate all playbooks --- nvidia/vllm/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nvidia/vllm/README.md b/nvidia/vllm/README.md index ec8c6a3..1e9a6e4 100644 --- a/nvidia/vllm/README.md +++ b/nvidia/vllm/README.md @@ -184,11 +184,11 @@ sudo usermod -aG docker $USER newgrp docker ``` -You can now run docker commands without running `sudo` -Next, ensure you have an NGC API Key to be able to pull containers from NGC -## More info on setup of -- https://docs.nvidia.com/ngc/latest/ngc-private-registry-user-guide.html#accessing-the-ngc-container-registry +After this, you should be able to run docker commands without using `sudo`. -With your API key ready, configure docker to pull from NGC and pull down the VLLM Image +Next, create an NGC API Key [here](https://ngc.nvidia.com/setup/api-key) so that you can pull containers from NGC. + +Once you have the API key, you can configure docker to pull from NGC and pull down the VLLM image: ```bash docker login nvcr.io