Skip to content

Commit 5c35419

Browse files
committed
TC support
1 parent 5a55639 commit 5c35419

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/manuals/desktop/features/model-runner.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ The Docker Model Runner plugin lets you:
2222

2323
Models are pulled from Docker Hub the first time they're used and stored locally. They're loaded into memory only at runtime when a request is made, and unloaded when not in use to optimize resources. Since models can be large, the initial pull may take some time — but after that, they're cached locally for faster access. You can interact with the model using [OpenAI-compatible APIs](#what-api-endpoints-are-available).
2424

25+
> [!TIP]
26+
>
27+
> Using Testcontainers? Testcontainers for Java now [supports Docker Model Runner](https://java.testcontainers.org/modules/docker_model_runner/)
28+
2529
## Enable Docker Model Runner
2630

2731
1. Navigate to the **Features in development** tab in settings.

0 commit comments

Comments
 (0)