Skip to content

Commit ce8c493

Browse files
Apply suggestions from code review
Co-authored-by: Jacob Howard <jacob@xenoscopic.com>
1 parent 5531088 commit ce8c493

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,9 @@ For more information, see [Networking](/manuals/desktop/features/networking.md#n
357357
| Parameter | OS | Description | Version |
358358
|:----------------------------|---------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
359359
| `enableInference` | | Setting `enableInference` to `true` enables [Docker Model Runner](/manuals/ai/model-runner/_index.md). | |
360-
| `enableInferenceTCP` | | Enable host-side TCP support. This setting requires Docker Model Runner setting to be enabled first. | |
361-
| `enableInferenceTCPPort` | | Specifies the exposed TCP port. This setting requires Docker Model Runner and Enable host-side TCP support settings to be enabled first. | |
362-
| `enableInferenceCORS` | | Specifies the allowed CORS origins. Empty string to deny all,`*` to accept all, or a list of comma-separated values. This setting requires Docker Model Runner and Enable host-side TCP support settings to be enabled first. | |
360+
| `enableInferenceTCP` | | Enable host-side TCP support. This setting requires the Docker Model Runner setting to be enabled first. | |
361+
| `enableInferenceTCPPort` | | Specifies the exposed TCP port. This setting requires the Docker Model Runner and Enable host-side TCP support settings to be enabled first. | |
362+
| `enableInferenceCORS` | | Specifies the allowed CORS origins. Empty string to deny all,`*` to accept all, or a list of comma-separated values. This setting requires the Docker Model Runner and Enable host-side TCP support settings to be enabled first. | |
363363
| `enableInferenceGPUVariant` | Windows only | Setting `enableInferenceGPUVariant` to `true` enables GPU-backed inference. The additional components required for this don't come by default with Docker Desktop, therefore they will be downloaded to `~/.docker/bin/inference`. | |
364364

365365
### Beta features

0 commit comments

Comments
 (0)