Skip to content

Commit 1400772

Browse files
authored
docs(ai): add aiRunnerImage flag to docs (#573)
1 parent 4fa2f0a commit 1400772

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ai/orchestrators/start-orchestrator.mdx

+4-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ Please follow the steps below to start your AI Subnet Orchestrator node:
8585
- `-aiWorker`: This flag enables the AI Worker functionality.
8686
- `-aiModels`: This flag sets the path to the JSON file that contains the AI models.
8787
- `-aiModelsDir`: This flag indicates the directory where the AI models are stored on the host machine.
88-
88+
- `-aiRunnerImage`: This optional flag specifies which version of the ai-runner image is used. Example: `livepeer/ai-runner:0.0.2`
89+
8990
Moreover, the `--network host` flag facilitates communication between the AI Orchestrator and the AI Runner container.
9091

9192
<Warning>Please note that since we use [docker-out-of-docker](https://tdongsi.github.io/blog/2017/04/23/docker-out-of-docker/), the `aiModelsDir` path should be defined as being on the host machine.</Warning>
@@ -172,6 +173,8 @@ Please follow the steps below to start your AI Subnet Orchestrator node:
172173
- `-aiWorker`: This flag enables the AI Worker functionality.
173174
- `-aiModels`: This flag sets the path to the JSON file that contains the AI models.
174175
- `-aiModelsDir`: This flag indicates the directory where the AI models are stored.
176+
- `-aiRunnerImage`: This optional flag specifies which version of the ai-runner image is used. Example: `livepeer/ai-runner:0.0.2`
177+
175178
</Step>
176179
<Step title="Confirm Successful Startup of the AI Orchestrator">
177180
If your AI Subnet Orchestrator node is functioning correctly, you should see the following output:

0 commit comments

Comments
 (0)