From 4982987b097edf1054b713f0e0fedbe81f10ecc1 Mon Sep 17 00:00:00 2001 From: Ev Lacey Date: Tue, 2 Dec 2025 16:37:27 -0800 Subject: [PATCH] Change Ray dashboard URL to use placeholder Updated the Ray dashboard URL placeholder in README. --- nvidia/vllm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvidia/vllm/README.md b/nvidia/vllm/README.md index 658519f..70ee63b 100644 --- a/nvidia/vllm/README.md +++ b/nvidia/vllm/README.md @@ -343,7 +343,7 @@ Access the Ray dashboard for cluster monitoring and explore additional features: ```bash ## Ray dashboard available at: -http://192.168.100.10:8265 +http://:8265 ## Consider implementing for production: ## - Health checks and automatic restarts