Skip to content

Commit 864819d

Browse files
committed
Document Sync by Tina
1 parent 03bc181 commit 864819d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/stable/getting_started/docker_quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Replace /path/to/your/models with the actual path where you want to store the mo
4343
Start the ServerlessLLM services using docker compose:
4444

4545
```bash
46-
docker compose up -d --build
46+
docker compose up -d
4747
```
4848

4949
This command will start the Ray head node and two worker nodes defined in the `docker-compose.yml` file.

docs/stable/serve/live_migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The Docker Compose configuration is already located in the `examples/live_migrat
4949
1. **Start the ServerlessLLM Services Using Docker Compose**
5050

5151
```bash
52-
docker compose up -d --build
52+
docker compose up -d
5353
```
5454

5555
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
122122
Use the following command to start the ServerlessLLM services with live migration enabled. This configuration includes the `enable-migration.yml` file:
123123

124124
```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
126126
```
127127

128128
This command will start the Ray head node and two worker nodes, enabling the live migration feature.

docs/stable/serve/storage_aware_scheduling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Recommend to adjust the number of GPUs and `mem_pool_size` based on the resource
4545
Start the ServerlessLLM services using Docker Compose:
4646

4747
```bash
48-
docker compose up -d --build
48+
docker compose up -d
4949
```
5050

5151
This command will start the Ray head node and two worker nodes defined in the `docker-compose.yml` file.

0 commit comments

Comments
 (0)