You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/stable/serve/live_migration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The Docker Compose configuration is already located in the `examples/live_migrat
49
49
1.**Start the ServerlessLLM Services Using Docker Compose**
50
50
51
51
```bash
52
-
docker compose up -d --build
52
+
docker compose up -d
53
53
```
54
54
55
55
This command will start the Ray head node and two worker nodes defined in the `docker-compose.yml` file.
@@ -122,7 +122,7 @@ docker compose down
122
122
Use the following command to start the ServerlessLLM services with live migration enabled. This configuration includes the `enable-migration.yml` file:
123
123
124
124
```bash
125
-
docker compose -f docker-compose.yml -f enable-migration.yml up -d --build
125
+
docker compose -f docker-compose.yml -f enable-migration.yml up -d
126
126
```
127
127
128
128
This command will start the Ray head node and two worker nodes, enabling the live migration feature.
0 commit comments