We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202983a commit f8fc3fdCopy full SHA for f8fc3fd
README.md
@@ -152,7 +152,7 @@ The project includes a Makefile for convenient management of Docker operations:
152
```bash
153
# Build and run in CPU mode with 1 worker
154
make docker-build-cpu
155
-make docker-run-cpu
+make docker-start-cpu
156
157
# Or build and run with multiple workers
158
make docker-run-cpu WORKER_COUNT=3
@@ -162,7 +162,7 @@ make docker-run-cpu WORKER_COUNT=3
162
163
# Build and run in GPU mode with 1 worker
164
make docker-build-gpu
165
-make docker-run-gpu
+make docker-start-gpu
166
167
168
make docker-run-gpu WORKER_COUNT=3
0 commit comments