From b458b287d037cd055a3c1d7cf3b54aa829bf5273 Mon Sep 17 00:00:00 2001 From: Donato Capitella Date: Sun, 1 Feb 2026 21:55:46 +0000 Subject: [PATCH] docs: update quickstart to recommend `refresh_toolbox.sh` for toolbox creation and detail its InfiniBand/RDMA detection capabilities. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5619f19..bc7d00f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,17 @@ The `kyuz0/vllm-therock-gfx1151:latest` image can be used both as:  ## 2) Quickstart — Fedora Toolbx -Create a toolbox that exposes the GPU and relaxes seccomp to avoid ROCm syscall issues: +**Recommended:** Use the included `refresh_toolbox.sh` script. It pulls the latest image and creates the toolbox with the correct parameters: + +```bash +./refresh_toolbox.sh +``` + +> **InfiniBand / RDMA Support:** The script automatically detects if a fast InfiniBand link is active (checks `/dev/infiniband`). If found, it correctly sets up the container to expose these devices, enabling high-performance clustering. + +**Manual Creation:** + +To manually create a toolbox that exposes the GPU and relaxes seccomp: ```bash toolbox create vllm \