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 9e8032b commit 97d5a0aCopy full SHA for 97d5a0a
content/manuals/ai/model-runner/_index.md
@@ -136,11 +136,8 @@ You can now use the `docker model` command in the CLI and view and interact with
136
$ docker model run ai/smollm2
137
```
138
139
-1. Optional: To enable TCP support, set the port with the `DMR_RUNNER_PORT` environment variable.
140
-1. Optional: If you enabled TCP support, you can configure CORS allowed origins with the `DMR_ORIGINS` environment variable. Possible values are:
141
- - `*`: Allow all origins
142
- - Comma-separated list of allowed origins
143
- - When unspecified, all origins are denied.
+> [!NOTE]
+> TCP support is enabled by default on port 12434.
144
145
## Pull a model
146
0 commit comments