Created
November 2, 2025 03:24
-
-
Save robert-mcdermott/2abca01c3387a442ad2fde9bfd182ee0 to your computer and use it in GitHub Desktop.
Docker vLLM server on DGX Spark with local huggingface cache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run -it --gpus all --ipc=host --ulimit memlock=-1 --ulimit stack=67108864 \ | |
| -p 8900:8000 \ | |
| -v ~/.cache/huggingface:/root/.cache/huggingface \ | |
| nvcr.io/nvidia/vllm:25.09-py3 \ | |
| vllm serve "Qwen/Qwen3-1.7B" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment