Skip to content

ENGDOCS-2572 #22466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 28, 2025
Merged

ENGDOCS-2572 #22466

merged 8 commits into from
Apr 28, 2025

Conversation

aevesdocker
Copy link
Contributor

@aevesdocker aevesdocker commented Apr 22, 2025

Description

  • Add Windows NVIDIA GPU support for DMR
  • Add new push and logs functionality
  • Update enable Gordon process to reflect GUI updates
  • Known issues cleanup

Related issues or tickets

Reviews

  • Technical review
  • Editorial review
  • Product review

@github-actions github-actions bot added the area/desktop Issue affects a desktop edition of Docker. E.g docker for mac label Apr 22, 2025
@aevesdocker aevesdocker added this to the 4.41 milestone Apr 22, 2025
Copy link

netlify bot commented Apr 22, 2025

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 6ff7dd6
🔍 Latest deploy log https://app.netlify.com/sites/docsdocker/deploys/680a41357dbc4b00081072ad
😎 Deploy Preview https://deploy-preview-22466--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@aevesdocker aevesdocker requested a review from kiview April 22, 2025 12:25
@aevesdocker aevesdocker requested a review from a team April 23, 2025 09:31
Copy link
Collaborator

@sarahsanders-docker sarahsanders-docker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one tiny nit but looks good!!


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).

> [!TIP]
>
> Using Testcontainers? [Testcontainers for Java](https://java.testcontainers.org/modules/docker_model_runner/) and [Go](https://golang.testcontainers.org/modules/dockermodelrunner/) now support Docker Model Runner.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we similarly link out to Docker Compose here, once #22392 is merged?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's on my to-do list :)

Copy link
Collaborator

@sarahsanders-docker sarahsanders-docker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@aevesdocker aevesdocker merged commit 1e394dd into docker:main Apr 28, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/desktop Issue affects a desktop edition of Docker. E.g docker for mac status/review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants