mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-24 10:53:52 +00:00
5 lines
211 B
Bash
Executable File
5 lines
211 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Follow the official vLLM tutorial run_container.sh exactly
|
|
docker run -e HF_TOKEN="$HF_TOKEN" -e HF_HOME="$HF_HOME" --ipc=host --gpus all --entrypoint "/bin/bash" --rm -it vllm/vllm-openai:deploy
|