From 5c8feb086ccf42f4a811e4ec9952d4aa3c174cfd Mon Sep 17 00:00:00 2001 From: eugr Date: Mon, 24 Nov 2025 15:32:28 -0800 Subject: [PATCH] Updated README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e3da041..ef41382 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,14 @@ docker build \ -t vllm-node . ``` +### Copying the container to another Spark node + +To avoid extra network overhead, you can copy the image directly to your second Spark node via ConnectX 7 interface by using the following command: + +```bash +docker save vllm-node | ssh your_username@another_spark_hostname_or_ip "docker load" +``` + ----- ## 2\. Running the Container