Skip to content

Commit f8fc3fd

Browse files
committed
docs: Update README.md Docker commands to use docker-start instead of docker-run
1 parent 202983a commit f8fc3fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The project includes a Makefile for convenient management of Docker operations:
152152
```bash
153153
# Build and run in CPU mode with 1 worker
154154
make docker-build-cpu
155-
make docker-run-cpu
155+
make docker-start-cpu
156156

157157
# Or build and run with multiple workers
158158
make docker-run-cpu WORKER_COUNT=3
@@ -162,7 +162,7 @@ make docker-run-cpu WORKER_COUNT=3
162162
```bash
163163
# Build and run in GPU mode with 1 worker
164164
make docker-build-gpu
165-
make docker-run-gpu
165+
make docker-start-gpu
166166

167167
# Or build and run with multiple workers
168168
make docker-run-gpu WORKER_COUNT=3

0 commit comments

Comments
 (0)