docs: update quickstart to recommend refresh_toolbox.sh for toolbox creation and detail its InfiniBand/RDMA detection capabilities.

This commit is contained in:
Donato Capitella
2026-02-01 21:55:46 +00:00
parent 0d8afba093
commit b458b287d0
+11 -1
View File
@@ -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 \